Interface ELValSpec
-
- All Superinterfaces:
ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELNamedElement,ELNamespaceAsgnAble,ELObject,ELTypedElement,ELUUIDAble,ELValueReUseAble
- All Known Subinterfaces:
ELValSpecDateTime,ELValSpecELElement,ELValSpecELM2EnumMember,ELValSpecExpression,ELValSpecInstVal,ELValSpecInteger,ELValSpecNullValue,ELValSpecOpaqueExpr,ELValSpecString,ELValSpecUnlimNatValue,MEValSpecExpression,MEValSpecOpaqueExpr
public interface ELValSpec extends ELContainerAble, ELTypedElement, ELValueReUseAble
This is a utility class for ELValSpec that provides static methods for creation or other purposes.- Note:
- The interface ELValSpec describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classELValSpec.VAttr
-
Method Summary
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContents
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKind
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELTypedElement
getModifyTypedElementDeclaration, getType, getTypedElementCnstr, getTypeKind, getValSpecOfTypedElement, getValSpecOfTypedElementWithPattern, getValSpecOfTypedElementWithPattern, isBitmapAble, isColorAble, modifyTypedElementDeclaration, setType
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValueReUseAble
getValueContainerAble
-
-
-
-
Method Detail
-
getAsString
java.lang.String getAsString() throws InoNetException, SrvErrorExceptionThe specified value represented by a string.- Throws:
InoNetExceptionSrvErrorException
-
setAsString
void setAsString(java.lang.String value) throws InoNetException, SrvErrorExceptionSet the value of Info AsString.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getTypedElementName
java.lang.String getTypedElementName() throws InoNetException, SrvErrorExceptionThe name of the typed element which is assign to this value.- Throws:
InoNetExceptionSrvErrorException
-
getTypedElementOfValSpec
ELTypedElement getTypedElementOfValSpec() throws InoNetException, SrvErrorException
The typed element of this value specification.- Throws:
InoNetExceptionSrvErrorException
-
getExpression
ELValSpecExpression getExpression() throws InoNetException, SrvErrorException
The expression which uses this element as an operand.- Throws:
InoNetExceptionSrvErrorException
-
getInteractionUse
IAUse getInteractionUse() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException- To do:
- N.Gesell
-
getMessage
IAMessage getMessage() throws InoNetException, SrvErrorException
The message which owns this argument.- Throws:
InoNetExceptionSrvErrorException
-
getOwnerAction
ANValSpec getOwnerAction() throws InoNetException, SrvErrorException
The action.- Throws:
InoNetExceptionSrvErrorException
-
getOwnerNode
ACObjectNode getOwnerNode() throws InoNetException, SrvErrorException
The object node of this upper bound specification.- Throws:
InoNetExceptionSrvErrorException
-
getOwnerValuePin
ANValuePin getOwnerValuePin() throws InoNetException, SrvErrorException
Input pin that provides a value by evaluating a value specification.- Throws:
InoNetExceptionSrvErrorException
-
getOwnerValueRange
CLValueRangeAble getOwnerValueRange() throws InoNetException, SrvErrorException
TheCLValueRangeAblethat owns thisELValSpec.- Throws:
InoNetExceptionSrvErrorException
-
getOwningBCProperty
BCProperty getOwningBCProperty() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
getOwningFilterProperty
MMFilterProperty getOwningFilterProperty() throws InoNetException, SrvErrorException
The filter property that owns this value specification.- Throws:
InoNetExceptionSrvErrorException
-
getOwningInstanceSpec
CLInstSpec getOwningInstanceSpec() throws InoNetException, SrvErrorException
The instance that owns this specification.- Throws:
InoNetExceptionSrvErrorException
-
getOwningLabelAble
MMLabelAble getOwningLabelAble() throws InoNetException, SrvErrorException
The label able element that owns this value specification.- Throws:
InoNetExceptionSrvErrorException
-
getOwningSlot
CLSlot getOwningSlot() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
getOwningStereotypeAble
MMStereotypeAble getOwningStereotypeAble() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
getOwningStereotypeTSOptionAble
MMStereotypeAble getOwningStereotypeTSOptionAble() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
getOwningTypedElement
MM2TypedElement getOwningTypedElement() throws InoNetException, SrvErrorException
This value specification's typed element.- Throws:
InoNetExceptionSrvErrorException
-
-