|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_AddNodes
public class ARG_AddNodes
| Field Summary | |
|---|---|
List<ADClientAble> |
adds
List of the elements to be added |
Class<? extends ELObject> |
kVOclModel
Type of the model element to be added |
Class<? extends ELObject> |
kVOclPres
Type of the presentation element to be created |
Point |
offset
Position offset, if more than one node is created |
Point |
position
Position of the first created node |
Point |
size
Size of the first created node |
| Constructor Summary | |
|---|---|
ARG_AddNodes()
|
|
ARG_AddNodes(Class<? extends ELObject> kVOclModel,
Class<? extends ELObject> kVOclPres,
List<ADClientAble> adds,
Point position,
Point size,
Point offset)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public List<ADClientAble> adds
public Class<? extends ELObject> kVOclModel
public Class<? extends ELObject> kVOclPres
public Point offset
public Point position
public Point size
| Constructor Detail |
|---|
public ARG_AddNodes()
public ARG_AddNodes(Class<? extends ELObject> kVOclModel,
Class<? extends ELObject> kVOclPres,
List<ADClientAble> adds,
Point position,
Point size,
Point offset)
| Method Detail |
|---|
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
marshal in interface de.mid.innovator.srv2api.impl.MarshallAblepublic void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||