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 Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • ohInst

      public ELElement ohInst
      instance of base model of this node
    • name

      public String name
      display name of this node
    • bitmap

      public String bitmap
      bitmap of this node
    • uuid

      public 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 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 List<ARG_DiffNodeProp> seqProp
      properties of the instances
    • seqRsIn

      public List<ARG_DiffNodeRsIn> seqRsIn
      incoming relationships of the instances
    • seqRsOut

      public List<ARG_DiffNodeRsOut> seqRsOut
      outgoing relationships of the instances
  • Constructor Details

  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble