Package de.mid.innovator.srv2api.icw2dm
Interface DMIterator
- All Superinterfaces:
ADClientAble,ADFindAble,ADHistoryAble,ADM2AttrModifyAble,DMExpression,DMNElement,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble,ELValueContainerAble,MEModelElement,MMAttachmentAble,MMLabelAble,MMLabelTextAttachmentAble,MMTextAble
An
DMIterator is the abstract class for all boxed iteration.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionTheDMTypedChildExpressionwhich holds the instance ofDMExpressionthat is evaluated as the collection to be processed.The kind of thisDMIterator.TheCLPrimitiveTypeorCLStructureDefinitionwhich is used as type of the in expression of thisDMIterator.The name of the iterator variable that will be populated at each iteration.TheDMChildExpressionwhich holds the instance ofDMExpressionthat describes the result collection.TheDMChildExpressionwhich holds the instance ofDMExpressionthat is evaluated to create the new collection that will be returned.TheDMChildExpressionwhich holds the instance ofDMExpressionthat is evaluated to determine if the current item satisfies a condition.voidsetIteratorKind(K_DM_ITERATOR value) Set the value of Attribut IteratorKind.voidsetIteratorType(CLClassifier value) Set the value of View IteratorType.voidsetIteratorVariable(String value) Set the value of Attribut IteratorVariable.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.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
-
getIteratorKind
The kind of thisDMIterator.- Throws:
InoNetExceptionSrvErrorException
-
setIteratorKind
Set the value of Attribut IteratorKind.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getIteratorVariable
The name of the iterator variable that will be populated at each iteration.- Throws:
InoNetExceptionSrvErrorException
-
setIteratorVariable
Set the value of Attribut IteratorVariable.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getIteratorType
TheCLPrimitiveTypeorCLStructureDefinitionwhich is used as type of the in expression of thisDMIterator.- Throws:
InoNetExceptionSrvErrorException
-
setIteratorType
Set the value of View IteratorType.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getReturnChildExpression
TheDMChildExpressionwhich holds the instance ofDMExpressionthat is evaluated to create the new collection that will be returned.- Throws:
InoNetExceptionSrvErrorException
-
getSatisfiesChildExpression
TheDMChildExpressionwhich holds the instance ofDMExpressionthat is evaluated to determine if the current item satisfies a condition.- Throws:
InoNetExceptionSrvErrorException
-
getInTypedExpression
TheDMTypedChildExpressionwhich holds the instance ofDMExpressionthat is evaluated as the collection to be processed.- Throws:
InoNetExceptionSrvErrorException
-
getResultChildExpression
TheDMChildExpressionwhich holds the instance ofDMExpressionthat describes the result collection.- Throws:
InoNetExceptionSrvErrorException
-