|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_TabElement
public class ARG_TabElement
| Field Summary | |
|---|---|
boolean |
hasAccess
isTrue, if model user has access for this element |
K_LOCKSTATUS |
kLockStatus
kind of lock status of this element |
ADClientAble |
ohElem
this element |
List<ARG_TabCell> |
seqCell
list of cell entries |
List<ARG_TabColor> |
seqColor
list of color entries |
String |
strDisplayBitmap
display bitmap of this element |
String |
strDisplayType
display type of this element |
String |
strInfoCreate
create information |
String |
strInfoModify
modify information |
String |
strName
name of this element |
String |
strNameNamespace
name of the namespace |
String |
strQualifiedNamespace
qualified name of namespace |
String |
strUUID
UUID of this element |
| Constructor Summary | |
|---|---|
ARG_TabElement()
|
|
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 Summary | |
|---|---|
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean hasAccess
public K_LOCKSTATUS kLockStatus
public ADClientAble ohElem
public List<ARG_TabCell> seqCell
public List<ARG_TabColor> seqColor
public String strDisplayBitmap
public String strDisplayType
public String strInfoCreate
public String strInfoModify
public String strName
public String strNameNamespace
public String strQualifiedNamespace
public String strUUID
| Constructor Detail |
|---|
public 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 Detail |
|---|
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
marshal in interface de.mid.innovator.srv2api.impl.MarshallAblepublic void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||