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 intidid this nodejava.lang.Class<? extends ELObject>kVOclmeta class if ohInst is emptyELElementohInstan empty instance will be createdbooleanprocessItcreate or modify this instance, otherwiese only a referenced itemjava.util.List<java.lang.String>seqFileDateiinformation für ELFileAblejava.util.List<ARG_InstNode>seqOrderordering of elements in a container - SharedArgjava.util.List<ARG_InstNodeProp>seqPropproperties of the instancesjava.util.List<ARG_InstNodeRsIn>seqRsInincoming relationships of the instancesjava.util.List<ARG_InstNodeRsOut>seqRsOutoutgoing 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 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
-
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:
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
-
-