Class ARG_DiffNode
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_DiffNode
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionspecifies the kind of assignment to the containerbitmap of this nodeintclient id of this nodedisplay name of this nodeinstance of base model of this nodeordering of elements in a container - SharedArgproperties of the instancesincoming relationships of the instancesoutgoing relationships of the instancesintsortOrder of this nodeuuid of this node -
Constructor Summary
ConstructorsConstructorDescriptionARG_DiffNode(ELElement ohInst, String name, String bitmap, String uuid, int id, int sortOrder, List<ARG_DiffNode> seqOrder, K_CONTASGN asgnKind, List<ARG_DiffNodeProp> seqProp, List<ARG_DiffNodeRsIn> seqRsIn, List<ARG_DiffNodeRsOut> seqRsOut) -
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
-
ohInst
instance of base model of this node -
name
display name of this node -
bitmap
bitmap of this node -
uuid
uuid of this node -
id
public int idclient id of this node -
sortOrder
public int sortOrdersortOrder of this node -
seqOrder
ordering of elements in a container - SharedArg -
asgnKind
specifies the kind of assignment to the container -
seqProp
properties of the instances -
seqRsIn
incoming relationships of the instances -
seqRsOut
outgoing relationships of the instances
-
-
Constructor Details
-
ARG_DiffNode
public ARG_DiffNode() -
ARG_DiffNode
public ARG_DiffNode(ELElement ohInst, String name, String bitmap, String uuid, int id, int sortOrder, List<ARG_DiffNode> seqOrder, K_CONTASGN asgnKind, List<ARG_DiffNodeProp> seqProp, List<ARG_DiffNodeRsIn> seqRsIn, List<ARG_DiffNodeRsOut> seqRsOut)
-
-
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
-