Class ARG_BRDiaAddNode
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2brdia.ARG_BRDiaAddNode
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_BRDiaAddNode extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
allowMultiple
If true, more than one node of the resource is allowedjava.lang.Class<? extends ELObject>
kVOclPres
Type of the new nodeBRResource
ohResource
Business resource to be added as nodejava.awt.Point
position
Position of the new nodejava.awt.Point
size
Size of the new node
-
Constructor Summary
Constructors Constructor Description ARG_BRDiaAddNode()
ARG_BRDiaAddNode(BRResource ohResource, java.lang.Class<? extends ELObject> kVOclPres, boolean allowMultiple, java.awt.Point position, java.awt.Point size)
-
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
-
ohResource
public BRResource ohResource
Business resource to be added as node
-
kVOclPres
public java.lang.Class<? extends ELObject> kVOclPres
Type of the new node
-
allowMultiple
public boolean allowMultiple
If true, more than one node of the resource is allowed
-
position
public java.awt.Point position
Position of the new node
-
size
public java.awt.Point size
Size of the new node
-
-
Constructor Detail
-
ARG_BRDiaAddNode
public ARG_BRDiaAddNode()
-
ARG_BRDiaAddNode
public ARG_BRDiaAddNode(BRResource ohResource, java.lang.Class<? extends ELObject> kVOclPres, boolean allowMultiple, java.awt.Point position, java.awt.Point size)
-
-
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
-
-