Uses of Interface
de.mid.innovator.srv2api.icw2model.MEAttachmentAssign
-
Packages that use MEAttachmentAssign Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEAttachmentAssign in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MEAttachmentAssign Modifier and Type Method Description java.util.List<MEAttachmentAssign>
MMAttachmentAble. getAttachmentAssign(K_CONTROL_OPTION... behaviourFlags)
All attachment references of this element. -
Uses of MEAttachmentAssign in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MEAttachmentAssign Modifier and Type Method Description MEAttachmentAssign
MEAttachment. addElementAssigned(MMAttachmentAble item)
Adds an element that uses theMEAttachment
.MEAttachmentAssign
MEAttachment. getAttachmentAssignOfElement(MMAttachmentAble refObj)
The assignment element to the model element.Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type MEAttachmentAssign Modifier and Type Method Description java.util.List<MEAttachmentAssign>
MEAttachment. assignAttachment(java.util.List<? extends ELElement> seq)
Assigns this attachment to a list of elements.java.util.List<MEAttachmentAssign>
MEAttachment. getOwnedAttachmentAssign(K_CONTROL_OPTION... behaviourFlags)
The attachment reference elements of theMEAttachment
.java.util.List<MEAttachmentAssign>
MEAttachment. replaceElementsAssigned(java.util.List<? extends MMAttachmentAble> seq)
Replaces the sequence of elements that use theMEAttachment
.
-