Package de.mid.innovator.srv2api.icw2dm
Interface DMLiteralExpression
- All Superinterfaces:
ADClientAble,ADFindAble,ADHistoryAble,ADM2AttrModifyAble,DMExpression,DMNElement,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble,ELValueContainerAble,ELValueReUseAble,MEModelElement,MMAttachmentAble,MMLabelAble,MMLabelTextAttachmentAble,MMTextAble
The class
DMLiteralExpression is used to model a value expression whose value is specified by text in some specified expression language.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThis attribute identifies the expression language used in thisDMLiteralExpression.The flow text of thisDMLiteralExpression.The text of thisDMLiteralExpression.All items referenced by thisDMLiteralExpression.TheDMInputClausewhich owns thisDMLiteralExpressionas subject.TheDMInputClausewhich owns thisDMLiteralExpressionas value.TheDMOutputClausewhich owns thisDMLiteralExpressionas value.voidmodifyLiteralExpression(String strText, String strFlowText) Modifies the expression text and expression flow text of thisDMLiteralExpression.voidsetReferencedInformationItem(List<? extends DMInformationItem> values) Set the value of Foreign Key ReferencedInformationItem.Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADHistoryAble
getCreateTime, getCreator, getHistory, getModifier, getModifyTime, modifyHistory, setHistoryMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface de.mid.innovator.srv2api.icw2dm.DMExpression
getCallingInvocation, getOwningBinding, getOwningChildExpression, getOwningContextEntry, getOwningDecision, getOwningFunctionDefinition, getOwningListMethods inherited from interface de.mid.innovator.srv2api.icw2dm.DMNElement
getBoxedExpressionClientMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.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 de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUIDMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValueContainerAble
getValueReUseAble, setValueReUseAbleMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValueReUseAble
getValueContainerAbleMethods inherited from interface de.mid.innovator.srv2api.icw2model.MEModelElement
buildProxyConnection, getActivityPartition, getConsider, getContentStereotypeByClass, getCreateTemplateByClass, getDataModel, getDataModelName, getElementColor, getFirstValidContentStereotype, getIgnore, getKnownTypeSystems, getMEModelName, getModelElement, getModelElement, getPresContext, getPresContext, getPresetMapping, getPRPresContent, setElementColorMethods inherited from interface de.mid.innovator.srv2api.icw2meta.MMAttachmentAble
getAssignedAttachment, getAttachmentAssign, getDefaultAttachment, getOwnedAttachment, setDefaultAttachmentMethods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLabelAble
getLabel, getLabelBoolValue, getLabelColor, getLabelInfo, getLabelLongValue, getLabelNameValue, getLabelStringValue, getLabelValueByPattern, getLabelValueByPattern, getLabelValueList, getOwnedLabelValSpec, hasLabel, modifyLabelValuesByName, setLabelInfoMethods inherited from interface de.mid.innovator.srv2api.icw2meta.MMTextAble
getFlowExpandedValue, getModifyFlowDocuments, getModifyTextValues, getModifyTextValuesDlgInit, getOwnedTextValue, getOwnedTextValueByPattern, getText, getTextExpandedValue, getTextStringValue, getURIList, modifyFlowDocuments, modifyTextValuesDlg
-
Method Details
-
getExpressionLanguage
This attribute identifies the expression language used in thisDMLiteralExpression. The language shall be specified in a URI format.- Throws:
InoNetExceptionSrvErrorException
-
getExprText
The text of thisDMLiteralExpression.- Throws:
InoNetExceptionSrvErrorException
-
getExprFlowText
The flow text of thisDMLiteralExpression.- Throws:
InoNetExceptionSrvErrorException
-
modifyLiteralExpression
void modifyLiteralExpression(String strText, String strFlowText) throws InoNetException, SrvErrorException Modifies the expression text and expression flow text of thisDMLiteralExpression.- Parameters:
strText- text for the new literal expressionstrFlowText- formatted text for the new literal expression or empty- Throws:
InoNetExceptionSrvErrorException
-
getReferencedInformationItem
All items referenced by thisDMLiteralExpression.- Throws:
InoNetExceptionSrvErrorException
-
setReferencedInformationItem
void setReferencedInformationItem(List<? extends DMInformationItem> values) throws InoNetException, SrvErrorException Set the value of Foreign Key ReferencedInformationItem.- Parameters:
values- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getSubjectInputClause
TheDMInputClausewhich owns thisDMLiteralExpressionas subject.- Throws:
InoNetExceptionSrvErrorException
-
getValueInputClause
TheDMInputClausewhich owns thisDMLiteralExpressionas value.- Throws:
InoNetExceptionSrvErrorException
-
getValueOutputClause
TheDMOutputClausewhich owns thisDMLiteralExpressionas value.- Throws:
InoNetExceptionSrvErrorException
-