Class ARG_DiffNode
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_DiffNode
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_DiffNode extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description K_CONTASGNasgnKindspecifies the kind of assignment to the containerjava.lang.Stringbitmapbitmap of this nodeintidclient id of this nodejava.lang.Stringnamedisplay name of this nodeELElementohInstinstance of base model of this nodejava.util.List<ARG_DiffNode>seqOrderordering of elements in a container - SharedArgjava.util.List<ARG_DiffNodeProp>seqPropproperties of the instancesjava.util.List<ARG_DiffNodeRsIn>seqRsInincoming relationships of the instancesjava.util.List<ARG_DiffNodeRsOut>seqRsOutoutgoing relationships of the instancesintsortOrdersortOrder of this nodejava.lang.Stringuuiduuid of this node
-
Constructor Summary
Constructors Constructor Description ARG_DiffNode()ARG_DiffNode(ELElement ohInst, java.lang.String name, java.lang.String bitmap, java.lang.String uuid, int id, int sortOrder, java.util.List<ARG_DiffNode> seqOrder, K_CONTASGN asgnKind, java.util.List<ARG_DiffNodeProp> seqProp, java.util.List<ARG_DiffNodeRsIn> seqRsIn, java.util.List<ARG_DiffNodeRsOut> seqRsOut)
-
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
-
ohInst
public ELElement ohInst
instance of base model of this node
-
name
public java.lang.String name
display name of this node
-
bitmap
public java.lang.String bitmap
bitmap of this node
-
uuid
public java.lang.String uuid
uuid of this node
-
id
public int id
client id of this node
-
sortOrder
public int sortOrder
sortOrder of this node
-
seqOrder
public java.util.List<ARG_DiffNode> seqOrder
ordering of elements in a container - SharedArg
-
asgnKind
public K_CONTASGN asgnKind
specifies the kind of assignment to the container
-
seqProp
public java.util.List<ARG_DiffNodeProp> seqProp
properties of the instances
-
seqRsIn
public java.util.List<ARG_DiffNodeRsIn> seqRsIn
incoming relationships of the instances
-
seqRsOut
public java.util.List<ARG_DiffNodeRsOut> seqRsOut
outgoing relationships of the instances
-
-
Constructor Detail
-
ARG_DiffNode
public ARG_DiffNode()
-
ARG_DiffNode
public ARG_DiffNode(ELElement ohInst, java.lang.String name, java.lang.String bitmap, java.lang.String uuid, int id, int sortOrder, java.util.List<ARG_DiffNode> seqOrder, K_CONTASGN asgnKind, java.util.List<ARG_DiffNodeProp> seqProp, java.util.List<ARG_DiffNodeRsIn> seqRsIn, java.util.List<ARG_DiffNodeRsOut> seqRsOut)
-
-
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
-
-