Class ARG_InstNode

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_InstNode
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Field Detail

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

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

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

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

        public java.util.List<java.lang.String> seqFile
        Dateiinformation für ELFileAble
      • seqOrder

        public java.util.List<ARG_InstNode> seqOrder
        ordering of elements in a container - SharedArg
    • Method Detail

      • 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