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 boolean
hasAccess
isTrue, if model user has access for this model element - NoHashboolean
isMultiLineString
isTrue, if newlines are allowedK_LOCKSTATUS
kLockStatus
kind of lock status of this model element - NoHashK_VATTR
kVAttr
kind of the meta attributeADClientAble
ohElem
optional model element for the modificationjava.lang.String
strValue
string 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 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)
-
-
-
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:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-