Class ARG_TabCell

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

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

      Constructors 
      Constructor Description
      ARG_TabCell()  
      ARG_TabCell​(MM2TypedElement ohCell, K_VATTR kVAttr, java.lang.String strName, java.lang.String strValue, ADClientAble ohValue, java.lang.String strValueType, java.lang.String strValueBitmap, K_TYPE kType, java.util.List<java.lang.String> seqRange, java.lang.String strInfo, boolean isNull, boolean isReadOnly, boolean hasSeparatorBehind, boolean ignoreCell, boolean isDefault, boolean isDefaultAble)  
    • 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

      • kVAttr

        public K_VATTR kVAttr
        kind if cell entry is a meta attribute - optional argument
      • strName

        public java.lang.String strName
        name of the cell entry
      • strValue

        public java.lang.String strValue
        value of the cell entry
      • ohValue

        public ADClientAble ohValue
        value element - optional argument
      • strValueType

        public java.lang.String strValueType
        type of the value element
      • strValueBitmap

        public java.lang.String strValueBitmap
        display bitmap of the value element
      • kType

        public K_TYPE kType
        kind of the cell entry type
      • seqRange

        public java.util.List<java.lang.String> seqRange
        sequence of allowed values
      • strInfo

        public java.lang.String strInfo
        description of the cell entry
      • isNull

        public boolean isNull
        null value allowed
      • isReadOnly

        public boolean isReadOnly
        read only property
      • hasSeparatorBehind

        public boolean hasSeparatorBehind
        separator behind the cell entry
      • ignoreCell

        public boolean ignoreCell
        ignore cell entry
      • isDefault

        public boolean isDefault
        true, if cell entry has default value
      • isDefaultAble

        public boolean isDefaultAble
        true, if cell entry may be set to default value
    • Constructor Detail

      • ARG_TabCell

        public ARG_TabCell()
      • ARG_TabCell

        public ARG_TabCell​(MM2TypedElement ohCell,
                           K_VATTR kVAttr,
                           java.lang.String strName,
                           java.lang.String strValue,
                           ADClientAble ohValue,
                           java.lang.String strValueType,
                           java.lang.String strValueBitmap,
                           K_TYPE kType,
                           java.util.List<java.lang.String> seqRange,
                           java.lang.String strInfo,
                           boolean isNull,
                           boolean isReadOnly,
                           boolean hasSeparatorBehind,
                           boolean ignoreCell,
                           boolean isDefault,
                           boolean isDefaultAble)
    • 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