Class ARG_VAttrStringValue
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_VAttrStringValue
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_VAttrStringValue extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description booleanhasAccessisTrue, if model user has access for this model element - NoHashbooleanisMultiLineStringisTrue, if newlines are allowedK_LOCKSTATUSkLockStatuskind of lock status of this model element - NoHashK_VATTRkVAttrkind of the meta attributeADClientAbleohElemoptional model element for the modificationjava.lang.StringstrValuestring value
-
Constructor Summary
Constructors Constructor Description ARG_VAttrStringValue()ARG_VAttrStringValue(K_VATTR kVAttr, java.lang.String strValue, boolean isMultiLineString, ADClientAble ohElem, boolean hasAccess, K_LOCKSTATUS kLockStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
kVAttr
public K_VATTR kVAttr
kind of the meta attribute
-
strValue
public java.lang.String strValue
string value
-
isMultiLineString
public boolean isMultiLineString
isTrue, if newlines are allowed
-
ohElem
public ADClientAble ohElem
optional model element for the modification
-
hasAccess
public boolean hasAccess
isTrue, if model user has access for this model element - NoHash
-
kLockStatus
public K_LOCKSTATUS kLockStatus
kind of lock status of this model element - NoHash
-
-
Constructor Detail
-
ARG_VAttrStringValue
public ARG_VAttrStringValue()
-
ARG_VAttrStringValue
public ARG_VAttrStringValue(K_VATTR kVAttr, java.lang.String strValue, boolean isMultiLineString, ADClientAble ohElem, boolean hasAccess, K_LOCKSTATUS kLockStatus)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-