Class ARG_AddNodes
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_AddNodes
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_AddNodes extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<ADClientAble>
adds
List of the elements to be addedjava.lang.Class<? extends ELObject>
kVOclModel
Type of the model element to be addedjava.lang.Class<? extends ELObject>
kVOclPres
Type of the presentation element to be createdjava.awt.Point
offset
Position offset, if more than one node is createdjava.awt.Point
position
Position of the first created nodejava.awt.Point
size
Size of the first created node
-
Constructor Summary
Constructors Constructor Description ARG_AddNodes()
ARG_AddNodes(java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, java.util.List<ADClientAble> adds, java.awt.Point position, java.awt.Point size, java.awt.Point offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
Field Detail
-
kVOclModel
public java.lang.Class<? extends ELObject> kVOclModel
Type of the model element to be added
-
kVOclPres
public java.lang.Class<? extends ELObject> kVOclPres
Type of the presentation element to be created
-
adds
public java.util.List<ADClientAble> adds
List of the elements to be added
-
position
public java.awt.Point position
Position of the first created node
-
size
public java.awt.Point size
Size of the first created node
-
offset
public java.awt.Point offset
Position offset, if more than one node is created
-
-
Constructor Detail
-
ARG_AddNodes
public ARG_AddNodes()
-
ARG_AddNodes
public ARG_AddNodes(java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, java.util.List<ADClientAble> adds, java.awt.Point position, java.awt.Point size, java.awt.Point offset)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-