Class ARG_TabCell
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.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
-
-
Field Summary
Fields Modifier and Type Field Description boolean
hasSeparatorBehind
separator behind the cell entryboolean
ignoreCell
ignore cell entryboolean
isDefault
true, if cell entry has default valueboolean
isDefaultAble
true, if cell entry may be set to default valueboolean
isNull
null value allowedboolean
isReadOnly
read only propertyK_TYPE
kType
kind of the cell entry typeK_VATTR
kVAttr
kind if cell entry is a meta attribute - optional argumentMM2TypedElement
ohCell
cell entryADClientAble
ohValue
value element - optional argumentjava.util.List<java.lang.String>
seqRange
sequence of allowed valuesjava.lang.String
strInfo
description of the cell entryjava.lang.String
strName
name of the cell entryjava.lang.String
strValue
value of the cell entryjava.lang.String
strValueBitmap
display bitmap of the value elementjava.lang.String
strValueType
type of the value element
-
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)
-
-
-
Field Detail
-
ohCell
public MM2TypedElement ohCell
cell entry
-
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 interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-