Interface DMContextEntry
- All Superinterfaces:
ADClientAble, ADFindAble, ADHistoryAble, ADM2AttrModifyAble, DMNElement, ELContainerAble, ELContAsgnAble, ELDeleteAble, ELElement, ELObject, ELUUIDAble, ELValueContainerAble, MEModelElement, MMAttachmentAble, MMLabelAble, MMLabelTextAttachmentAble, MMTextAble
The class
DMContextEntry is used to model FEEL context entries when a context is modeled as a DMContext element.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe instance ofDMExpressionthat is the value expression in thisDMContextEntry.TheDMContextwhich owns thisDMContextEntry.The instance ofDMInformationItemthat is contained in thisDMContextEntry, and whose name is the key in the modeled context entry.The name of the variable of thisDMContextEntry.TheCLPrimitiveTypeorCLStructureDefinitionwhich is used as type of the variable of thisDMContextEntry.voidsetVariableName(String value) Set the value of Info VariableName.voidsetVariableType(CLClassifier value) Set the value of View VariableType.Methods inherited from interface ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface ADHistoryAble
getCreateTime, getCreator, getHistory, getModifier, getModifyTime, modifyHistory, setHistoryMethods inherited from interface ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface DMNElement
getBoxedExpressionClientMethods 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 ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUIDMethods inherited from interface ELValueContainerAble
getValueReUseAble, setValueReUseAbleMethods inherited from interface MEModelElement
buildProxyConnection, getActivityPartition, getConsider, getContentStereotypeByClass, getCreateTemplateByClass, getDataModel, getDataModelName, getElementColor, getFirstValidContentStereotype, getIgnore, getKnownTypeSystems, getMEModelName, getModelElement, getModelElement, getPresContext, getPresContext, getPresetMapping, getPRPresContent, setElementColorMethods inherited from interface MMAttachmentAble
getAssignedAttachment, getAttachmentAssign, getDefaultAttachment, getOwnedAttachment, setDefaultAttachmentMethods inherited from interface MMLabelAble
getLabel, getLabelBoolValue, getLabelColor, getLabelInfo, getLabelLongValue, getLabelNameValue, getLabelStringValue, getLabelValueByPattern, getLabelValueByPattern, getLabelValueList, getOwnedLabelValSpec, hasLabel, modifyLabelValuesByName, setLabelInfo
-
Method Details
-
getVariableName
The name of the variable of thisDMContextEntry.- Throws:
InoNetExceptionSrvErrorException
-
setVariableName
Set the value of Info VariableName.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getVariableType
TheCLPrimitiveTypeorCLStructureDefinitionwhich is used as type of the variable of thisDMContextEntry.- Throws:
InoNetExceptionSrvErrorException
-
setVariableType
Set the value of View VariableType.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getVariable
The instance ofDMInformationItemthat is contained in thisDMContextEntry, and whose name is the key in the modeled context entry.- Throws:
InoNetExceptionSrvErrorException
-
getOwnedValue
The instance ofDMExpressionthat is the value expression in thisDMContextEntry.- Throws:
InoNetExceptionSrvErrorException
-
getOwningContext
TheDMContextwhich owns thisDMContextEntry.- Throws:
InoNetExceptionSrvErrorException
-