Class ARG_NameInChangeSetLog

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

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

      Fields 
      Modifier and Type Field Description
      int clientId
      id of the specified elemnent
      java.lang.Class<? extends ELObject> kVocl
      meta class of the specified elemnent
      java.lang.String name
      name of ohElem in ChangeLog
      ELElement ohElem
      instance if found in model
      java.lang.String ownerQualifiedName
      qualified name of ohElem's owner in ChangeLog
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • kVocl

        public java.lang.Class<? extends ELObject> kVocl
        meta class of the specified elemnent
      • clientId

        public int clientId
        id of the specified elemnent
      • ohElem

        public ELElement ohElem
        instance if found in model
      • name

        public java.lang.String name
        name of ohElem in ChangeLog
      • ownerQualifiedName

        public java.lang.String ownerQualifiedName
        qualified name of ohElem's owner in ChangeLog
    • Constructor Detail

      • ARG_NameInChangeSetLog

        public ARG_NameInChangeSetLog()
      • ARG_NameInChangeSetLog

        public ARG_NameInChangeSetLog​(java.lang.Class<? extends ELObject> kVocl,
                                      int clientId,
                                      ELElement ohElem,
                                      java.lang.String name,
                                      java.lang.String ownerQualifiedName)
    • 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