Interface ELValSpecOpaqueExpr
- All Superinterfaces:
ELContainerAble, ELContAsgnAble, ELDeleteAble, ELElement, ELNamedElement, ELNamespaceAsgnAble, ELObject, ELTypedElement, ELUUIDAble, ELValSpec, ELValueReUseAble
- All Known Subinterfaces:
MEValSpecOpaqueExpr
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe abstraction that owns this expression.getBody()The expression's text.Specifies the languages which the expression is stated in.voidSet the value of Attribut Body.voidsetLanguage(String value) Set the value of Attribut Language.Methods inherited from interface ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface ELDeleteAble
deleteMethods inherited from interface ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKindMethods inherited from interface ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibilityMethods inherited from interface ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface ELTypedElement
getModifyTypedElementDeclaration, getType, getTypedElementCnstr, getTypeKind, getValSpecOfTypedElement, getValSpecOfTypedElementWithPattern, getValSpecOfTypedElementWithPattern, isBitmapAble, isColorAble, modifyTypedElementDeclaration, setTypeMethods inherited from interface ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUIDMethods inherited from interface ELValSpec
getAsString, getMessage, getOwnerAction, getOwnerNode, getOwnerValuePin, getOwningInstanceSpec, getOwningLabelAble, getOwningSlot, getOwningStereotypeAble, getOwningTypedElement, getTypedElementName, getTypedElementOfValSpec, setAsStringMethods inherited from interface ELValueReUseAble
getValueContainerAble
-
Method Details
-
getLanguage
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:
InoNetExceptionSrvErrorException
-
setLanguage
Set the value of Attribut Language.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getBody
The expression's text.- Throws:
InoNetExceptionSrvErrorException
-
setBody
Set the value of Attribut Body.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getAbstraction
The abstraction that owns this expression.- Throws:
InoNetExceptionSrvErrorException
-