Class ARG_IMViewCombinedViewFeature

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

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

      Fields 
      Modifier and Type Field Description
      java.lang.String bitmap
      display icon
      java.lang.String datatype
      datatype name or datatype definition
      java.lang.String expression
      concrete expression
      java.lang.String name
      feature name
      IMViewFeature ohFeature
      the feature itself or NULL to create an new feature
    • 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

      • ohFeature

        public IMViewFeature ohFeature
        the feature itself or NULL to create an new feature
      • name

        public java.lang.String name
        feature name
      • bitmap

        public java.lang.String bitmap
        display icon
      • expression

        public java.lang.String expression
        concrete expression
      • datatype

        public java.lang.String datatype
        datatype name or datatype definition
    • Constructor Detail

      • ARG_IMViewCombinedViewFeature

        public ARG_IMViewCombinedViewFeature()
      • ARG_IMViewCombinedViewFeature

        public ARG_IMViewCombinedViewFeature​(IMViewFeature ohFeature,
                                             java.lang.String name,
                                             java.lang.String bitmap,
                                             java.lang.String expression,
                                             java.lang.String datatype)
    • 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