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

    • 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 Class<? extends ELObject> kVOcl
      meta class if ohInst is empty
    • seqProp

      public List<ARG_InstNodeProp> seqProp
      properties of the instances
    • seqRsIn

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

      public List<ARG_InstNodeRsOut> seqRsOut
      outgoing relationships of the instances
    • seqFile

      public List<String> seqFile
      Dateiinformation für ELFileAble
    • seqOrder

      public List<ARG_InstNode> seqOrder
      ordering of elements in a container - SharedArg
  • 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