Class ARG_InstNode
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_InstNode
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_InstNode extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description int
id
id this nodejava.lang.Class<? extends ELObject>
kVOcl
meta class if ohInst is emptyELElement
ohInst
an empty instance will be createdboolean
processIt
create or modify this instance, otherwiese only a referenced itemjava.util.List<java.lang.String>
seqFile
Dateiinformation für ELFileAblejava.util.List<ARG_InstNode>
seqOrder
ordering of elements in a container - SharedArgjava.util.List<ARG_InstNodeProp>
seqProp
properties of the instancesjava.util.List<ARG_InstNodeRsIn>
seqRsIn
incoming relationships of the instancesjava.util.List<ARG_InstNodeRsOut>
seqRsOut
outgoing relationships of the instances
-
Constructor Summary
Constructors Constructor Description ARG_InstNode()
ARG_InstNode(int id, boolean processIt, ELElement ohInst, java.lang.Class<? extends ELObject> kVOcl, java.util.List<ARG_InstNodeProp> seqProp, java.util.List<ARG_InstNodeRsIn> seqRsIn, java.util.List<ARG_InstNodeRsOut> seqRsOut, java.util.List<java.lang.String> seqFile, java.util.List<ARG_InstNode> seqOrder)
-
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
-
id
public int id
id this node
-
processIt
public boolean processIt
create or modify this instance, otherwiese only a referenced item
-
ohInst
public ELElement ohInst
an empty instance will be created
-
kVOcl
public java.lang.Class<? extends ELObject> kVOcl
meta class if ohInst is empty
-
seqProp
public java.util.List<ARG_InstNodeProp> seqProp
properties of the instances
-
seqRsIn
public java.util.List<ARG_InstNodeRsIn> seqRsIn
incoming relationships of the instances
-
seqRsOut
public java.util.List<ARG_InstNodeRsOut> seqRsOut
outgoing relationships of the instances
-
seqFile
public java.util.List<java.lang.String> seqFile
Dateiinformation für ELFileAble
-
seqOrder
public java.util.List<ARG_InstNode> seqOrder
ordering of elements in a container - SharedArg
-
-
Constructor Detail
-
ARG_InstNode
public ARG_InstNode()
-
ARG_InstNode
public ARG_InstNode(int id, boolean processIt, ELElement ohInst, java.lang.Class<? extends ELObject> kVOcl, java.util.List<ARG_InstNodeProp> seqProp, java.util.List<ARG_InstNodeRsIn> seqRsIn, java.util.List<ARG_InstNodeRsOut> seqRsOut, java.util.List<java.lang.String> seqFile, java.util.List<ARG_InstNode> seqOrder)
-
-
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
-
-