Class ARG_TabCreateTemplate

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

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

      Fields 
      Modifier and Type Field Description
      java.lang.Class<? extends ELObject> kVOcl
      kind of the create template instance
      MMCreateTemplate ohTmpl
      create template
      java.lang.String strBitmap
      bitmap of the create template
      java.lang.String strComment
      comment of the create template
      java.lang.String strElemType
      element type of the create template
      java.lang.String strName
      name of the create template
    • 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

      • strName

        public java.lang.String strName
        name of the create template
      • strElemType

        public java.lang.String strElemType
        element type of the create template
      • strBitmap

        public java.lang.String strBitmap
        bitmap of the create template
      • kVOcl

        public java.lang.Class<? extends ELObject> kVOcl
        kind of the create template instance
      • strComment

        public java.lang.String strComment
        comment of the create template
    • Constructor Detail

      • ARG_TabCreateTemplate

        public ARG_TabCreateTemplate()
      • ARG_TabCreateTemplate

        public ARG_TabCreateTemplate​(java.lang.String strName,
                                     java.lang.String strElemType,
                                     java.lang.String strBitmap,
                                     MMCreateTemplate ohTmpl,
                                     java.lang.Class<? extends ELObject> kVOcl,
                                     java.lang.String strComment)
    • 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