Class ARG_TabElement
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_TabElement
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue, if model user has access for this elementkind of lock status of this elementthis elementlist of cell entrieslist of color entriesdisplay bitmap of this elementdisplay type of this elementcreate informationmodify informationname of this elementname of the namespacequalified name of namespaceUUID of this element -
Constructor Summary
ConstructorsConstructorDescriptionARG_TabElement(ADClientAble ohElem, String strName, String strNameNamespace, String strQualifiedNamespace, String strDisplayType, String strDisplayBitmap, String strInfoCreate, String strInfoModify, String strUUID, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_TabCell> seqCell, List<ARG_TabColor> seqColor) -
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
-
ohElem
this element -
strName
name of this element -
strNameNamespace
name of the namespace -
strQualifiedNamespace
qualified name of namespace -
strDisplayType
display type of this element -
strDisplayBitmap
display bitmap of this element -
strInfoCreate
create information -
strInfoModify
modify information -
strUUID
UUID of this element -
hasAccess
public boolean hasAccessisTrue, if model user has access for this element -
kLockStatus
kind of lock status of this element -
seqCell
list of cell entries -
seqColor
list of color entries
-
-
Constructor Details
-
ARG_TabElement
public ARG_TabElement() -
ARG_TabElement
public ARG_TabElement(ADClientAble ohElem, String strName, String strNameNamespace, String strQualifiedNamespace, String strDisplayType, String strDisplayBitmap, String strInfoCreate, String strInfoModify, String strUUID, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_TabCell> seqCell, List<ARG_TabColor> seqColor)
-
-
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
-