|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_VAttrStringValue
public class ARG_VAttrStringValue
| Field Summary | |
|---|---|
boolean |
hasAccess
isTrue, if model user has access for this model element - NoHash |
boolean |
isMultiLineString
isTrue, if newlines are allowed |
K_LOCKSTATUS |
kLockStatus
kind of lock status of this model element - NoHash |
K_VATTR |
kVAttr
kind of the meta attribute |
ADClientAble |
ohElem
optional model element for the modification |
String |
strValue
string value |
| Constructor Summary | |
|---|---|
ARG_VAttrStringValue()
|
|
ARG_VAttrStringValue(K_VATTR kVAttr,
String strValue,
boolean isMultiLineString,
ADClientAble ohElem,
boolean hasAccess,
K_LOCKSTATUS kLockStatus)
|
|
| 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 boolean isMultiLineString
public K_LOCKSTATUS kLockStatus
public K_VATTR kVAttr
public ADClientAble ohElem
public String strValue
| Constructor Detail |
|---|
public ARG_VAttrStringValue()
public ARG_VAttrStringValue(K_VATTR kVAttr,
String strValue,
boolean isMultiLineString,
ADClientAble ohElem,
boolean hasAccess,
K_LOCKSTATUS kLockStatus)
| 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 | ||||||