Class ARG_AddNestedHierNode
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2cldia.ARG_AddNestedHierNode
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_AddNestedHierNode extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description MEModelElementohElemmodel element to be addedjava.awt.PointptPosabsolute position of new nodejava.awt.PointptSizesize of new node
-
Constructor Summary
Constructors Constructor Description ARG_AddNestedHierNode()ARG_AddNestedHierNode(MEModelElement ohElem, java.awt.Point ptPos, java.awt.Point ptSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
ohElem
public MEModelElement ohElem
model element to be added
-
ptPos
public java.awt.Point ptPos
absolute position of new node
-
ptSize
public java.awt.Point ptSize
size of new node
-
-
Constructor Detail
-
ARG_AddNestedHierNode
public ARG_AddNestedHierNode()
-
ARG_AddNestedHierNode
public ARG_AddNestedHierNode(MEModelElement ohElem, java.awt.Point ptPos, java.awt.Point ptSize)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-