Interface ELValSpecOpaqueExpr
-
- All Superinterfaces:
ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELNamedElement
,ELNamespaceAsgnAble
,ELObject
,ELTypedElement
,ELUUIDAble
,ELValSpec
,ELValueReUseAble
- All Known Subinterfaces:
MEValSpecOpaqueExpr
public interface ELValSpecOpaqueExpr extends ELValSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ELValSpecOpaqueExpr.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MEAbstraction
getAbstraction()
The abstraction that owns this expression.java.lang.String
getBody()
The expression's text.java.lang.String
getLanguage()
Specifies the languages which the expression is stated in.ELM2TypeString
getTypingM2TypeString()
The meta string type that types this opaque expression value.void
setBody(java.lang.String value)
Set the value of Attribut Body.void
setLanguage(java.lang.String value)
Set the value of Attribut Language.-
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
-
getLanguage
java.lang.String getLanguage() throws InoNetException, SrvErrorException
Specifies the languages which the expression is stated in. The interpretation of the expression body depends on the languages. If the languages are unspecified, they might be implicit from the expression body or the context.- Throws:
InoNetException
SrvErrorException
-
setLanguage
void setLanguage(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Attribut Language.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getBody
java.lang.String getBody() throws InoNetException, SrvErrorException
The expression's text.- Throws:
InoNetException
SrvErrorException
-
setBody
void setBody(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Attribut Body.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getAbstraction
MEAbstraction getAbstraction() throws InoNetException, SrvErrorException
The abstraction that owns this expression.- Throws:
InoNetException
SrvErrorException
-
getTypingM2TypeString
ELM2TypeString getTypingM2TypeString() throws InoNetException, SrvErrorException
The meta string type that types this opaque expression value.- Throws:
InoNetException
SrvErrorException
-
-