Class ARG_TabCell
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_TabCell
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanseparator behind the cell entryintscale, if cell entry type is decimalbooleanignore cell entrybooleantrue, if cell entry has default valuebooleantrue, if cell entry may be set to default valuebooleanmore than one value allowedbooleantrue, if cell entry of type string may have newlinesbooleannull value allowedbooleanread only propertykind of the cell entry typekind if cell entry is a meta attribute - optional argumentcell entryvalue element - optional argumentsequence of allowed valueslist of valuesdescription of the cell entryname of the cell entrystereotype name of incoming concept connectionuuid of concept for incoming concept connectionvalue of the cell entrydisplay bitmap of the value elementtype of the value element -
Constructor Summary
ConstructorsConstructorDescriptionARG_TabCell(MM2TypedElement ohCell, K_VATTR kVAttr, String strName, String strValue, ADClientAble ohValue, String strValueType, String strValueBitmap, K_TYPE kType, List<String> seqRange, String strInfo, boolean isNull, boolean isReadOnly, boolean hasSeparatorBehind, boolean ignoreCell, boolean isDefault, boolean isDefaultAble, boolean isMultiLineString, int iDecimalScale, boolean isMany, List<ADClientAble> seqValue, String strUUIDConcept, String strStereoConnect) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
ohCell
cell entry -
kVAttr
kind if cell entry is a meta attribute - optional argument -
strName
name of the cell entry -
strValue
value of the cell entry -
ohValue
value element - optional argument -
strValueType
type of the value element -
strValueBitmap
display bitmap of the value element -
kType
kind of the cell entry type -
seqRange
sequence of allowed values -
strInfo
description of the cell entry -
isNull
public boolean isNullnull value allowed -
isReadOnly
public boolean isReadOnlyread only property -
hasSeparatorBehind
public boolean hasSeparatorBehindseparator behind the cell entry -
ignoreCell
public boolean ignoreCellignore cell entry -
isDefault
public boolean isDefaulttrue, if cell entry has default value -
isDefaultAble
public boolean isDefaultAbletrue, if cell entry may be set to default value -
isMultiLineString
public boolean isMultiLineStringtrue, if cell entry of type string may have newlines -
iDecimalScale
public int iDecimalScalescale, if cell entry type is decimal -
isMany
public boolean isManymore than one value allowed -
seqValue
list of values -
strUUIDConcept
uuid of concept for incoming concept connection -
strStereoConnect
stereotype name of incoming concept connection
-
-
Constructor Details
-
ARG_TabCell
public ARG_TabCell() -
ARG_TabCell
public ARG_TabCell(MM2TypedElement ohCell, K_VATTR kVAttr, String strName, String strValue, ADClientAble ohValue, String strValueType, String strValueBitmap, K_TYPE kType, List<String> seqRange, String strInfo, boolean isNull, boolean isReadOnly, boolean hasSeparatorBehind, boolean ignoreCell, boolean isDefault, boolean isDefaultAble, boolean isMultiLineString, int iDecimalScale, boolean isMany, List<ADClientAble> seqValue, String strUUIDConcept, String strStereoConnect)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-