Interface ELValSpecELM2EnumMember
-
- All Superinterfaces:
ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELNamedElement
,ELNamespaceAsgnAble
,ELObject
,ELTypedElement
,ELUUIDAble
,ELValSpec
,ELValueReUseAble
public interface ELValSpecELM2EnumMember extends ELValSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ELValSpecELM2EnumMember.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getBoolValue()
This value specification's Boolean value, if it is a member of the boolean type.java.lang.String
getEnumStringValue()
This value specification's string value, if it is a member of the enum type.ELM2TypeEnumMember
getM2TypeEnumMember()
This value specification's enum member.ELM2TypeEnum
getTypingM2EnumType()
The meta enum type that types this enum member value.boolean
isBoolMember()
True, if this value specification is a member of the Boolean type.-
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.ELValSpec
getAsString, getExpression, getInteractionUse, getMessage, getOwnerAction, getOwnerNode, getOwnerValuePin, getOwnerValueRange, getOwningBCProperty, getOwningFilterProperty, getOwningInstanceSpec, getOwningLabelAble, getOwningSlot, getOwningStereotypeAble, getOwningStereotypeTSOptionAble, getOwningTypedElement, getTypedElementName, getTypedElementOfValSpec, setAsString
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValueReUseAble
getValueContainerAble
-
-
-
-
Method Detail
-
getBoolValue
boolean getBoolValue() throws InoNetException, SrvErrorException
This value specification's Boolean value, if it is a member of the boolean type.- Throws:
InoNetException
SrvErrorException
-
getEnumStringValue
java.lang.String getEnumStringValue() throws InoNetException, SrvErrorException
This value specification's string value, if it is a member of the enum type.- Throws:
InoNetException
SrvErrorException
-
isBoolMember
boolean isBoolMember() throws InoNetException, SrvErrorException
True, if this value specification is a member of the Boolean type.- Throws:
InoNetException
SrvErrorException
-
getM2TypeEnumMember
ELM2TypeEnumMember getM2TypeEnumMember() throws InoNetException, SrvErrorException
This value specification's enum member.- Throws:
InoNetException
SrvErrorException
-
getTypingM2EnumType
ELM2TypeEnum getTypingM2EnumType() throws InoNetException, SrvErrorException
The meta enum type that types this enum member value.- Throws:
InoNetException
SrvErrorException
-
-