Class ARG_AddNodes
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_AddNodes
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of the elements to be addedType of the model element to be addedType of the presentation element to be createdPosition offset, if more than one node is createdPosition of the first created nodeSize of the first created node -
Constructor Summary
ConstructorsConstructorDescriptionARG_AddNodes(Class<? extends ELObject> kVOclModel, Class<? extends ELObject> kVOclPres, List<ADClientAble> adds, Point position, Point size, Point offset) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
kVOclModel
Type of the model element to be added -
kVOclPres
Type of the presentation element to be created -
adds
List of the elements to be added -
position
Position of the first created node -
size
Size of the first created node -
offset
Position offset, if more than one node is created
-
-
Constructor Details
-
ARG_AddNodes
public ARG_AddNodes() -
ARG_AddNodes
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-