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 class
ELValSpec.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, SrvErrorException
The specified value represented by a string.- Throws:
InoNetException
SrvErrorException
-
setAsString
void setAsString(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Info AsString.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getTypedElementName
java.lang.String getTypedElementName() throws InoNetException, SrvErrorException
The name of the typed element which is assign to this value.- Throws:
InoNetException
SrvErrorException
-
getTypedElementOfValSpec
ELTypedElement getTypedElementOfValSpec() throws InoNetException, SrvErrorException
The typed element of this value specification.- Throws:
InoNetException
SrvErrorException
-
getExpression
ELValSpecExpression getExpression() throws InoNetException, SrvErrorException
The expression which uses this element as an operand.- Throws:
InoNetException
SrvErrorException
-
getInteractionUse
IAUse getInteractionUse() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
- To do:
- N.Gesell
-
getMessage
IAMessage getMessage() throws InoNetException, SrvErrorException
The message which owns this argument.- Throws:
InoNetException
SrvErrorException
-
getOwnerAction
ANValSpec getOwnerAction() throws InoNetException, SrvErrorException
The action.- Throws:
InoNetException
SrvErrorException
-
getOwnerNode
ACObjectNode getOwnerNode() throws InoNetException, SrvErrorException
The object node of this upper bound specification.- Throws:
InoNetException
SrvErrorException
-
getOwnerValuePin
ANValuePin getOwnerValuePin() throws InoNetException, SrvErrorException
Input pin that provides a value by evaluating a value specification.- Throws:
InoNetException
SrvErrorException
-
getOwnerValueRange
CLValueRangeAble getOwnerValueRange() throws InoNetException, SrvErrorException
TheCLValueRangeAble
that owns thisELValSpec
.- Throws:
InoNetException
SrvErrorException
-
getOwningBCProperty
BCProperty getOwningBCProperty() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
getOwningFilterProperty
MMFilterProperty getOwningFilterProperty() throws InoNetException, SrvErrorException
The filter property that owns this value specification.- Throws:
InoNetException
SrvErrorException
-
getOwningInstanceSpec
CLInstSpec getOwningInstanceSpec() throws InoNetException, SrvErrorException
The instance that owns this specification.- Throws:
InoNetException
SrvErrorException
-
getOwningLabelAble
MMLabelAble getOwningLabelAble() throws InoNetException, SrvErrorException
The label able element that owns this value specification.- Throws:
InoNetException
SrvErrorException
-
getOwningSlot
CLSlot getOwningSlot() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
getOwningStereotypeAble
MMStereotypeAble getOwningStereotypeAble() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
getOwningStereotypeTSOptionAble
MMStereotypeAble getOwningStereotypeTSOptionAble() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
getOwningTypedElement
MM2TypedElement getOwningTypedElement() throws InoNetException, SrvErrorException
This value specification's typed element.- Throws:
InoNetException
SrvErrorException
-
-