Class ARG_InfoProp

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

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

      Fields 
      Modifier and Type Field Description
      K_CW2 kCW2
      info what to get the value
      K_VATTR kVAttr
      identifier, if the typed element is a meta attribute
      MM2TypedElement ohElem
      the typed element
      java.lang.String strDisplay
      localized display name of the typed element
      java.lang.String strName
      logical name of the typed element
    • 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

      • kCW2

        public K_CW2 kCW2
        info what to get the value
      • kVAttr

        public K_VATTR kVAttr
        identifier, if the typed element is a meta attribute
      • strName

        public java.lang.String strName
        logical name of the typed element
      • strDisplay

        public java.lang.String strDisplay
        localized display name of the typed element
    • Constructor Detail

      • ARG_InfoProp

        public ARG_InfoProp()
      • ARG_InfoProp

        public ARG_InfoProp​(MM2TypedElement ohElem,
                            K_CW2 kCW2,
                            K_VATTR kVAttr,
                            java.lang.String strName,
                            java.lang.String strDisplay)
    • 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