Class ARG_InstNode
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_InstNode
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionintid this nodemeta class if ohInst is emptyan empty instance will be createdbooleancreate or modify this instance, otherwiese only a referenced itemDateiinformation für ELFileAbleordering of elements in a container - SharedArgproperties of the instancesincoming relationships of the instancesoutgoing relationships of the instances -
Constructor Summary
ConstructorsConstructorDescriptionARG_InstNode(int id, boolean processIt, ELElement ohInst, Class<? extends ELObject> kVOcl, List<ARG_InstNodeProp> seqProp, List<ARG_InstNodeRsIn> seqRsIn, List<ARG_InstNodeRsOut> seqRsOut, List<String> seqFile, List<ARG_InstNode> seqOrder) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(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 Details
-
id
public int idid this node -
processIt
public boolean processItcreate or modify this instance, otherwiese only a referenced item -
ohInst
an empty instance will be created -
kVOcl
meta class if ohInst is empty -
seqProp
properties of the instances -
seqRsIn
incoming relationships of the instances -
seqRsOut
outgoing relationships of the instances -
seqFile
Dateiinformation für ELFileAble -
seqOrder
ordering of elements in a container - SharedArg
-
-
Constructor Details
-
ARG_InstNode
public ARG_InstNode() -
ARG_InstNode
public ARG_InstNode(int id, boolean processIt, ELElement ohInst, Class<? extends ELObject> kVOcl, List<ARG_InstNodeProp> seqProp, List<ARG_InstNodeRsIn> seqRsIn, List<ARG_InstNodeRsOut> seqRsOut, List<String> seqFile, List<ARG_InstNode> seqOrder)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- 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
-