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 MEModelElement
ohElem
model element to be addedjava.awt.Point
ptPos
absolute position of new nodejava.awt.Point
ptSize
size 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 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
-
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:
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
-
-