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 Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue, if model user has access for this model element - NoHashbooleanisTrue, if newlines are allowedkind of lock status of this model element - NoHashkind of the meta attributeoptional model element for the modificationstring value -
Constructor Summary
ConstructorsConstructorDescriptionARG_VAttrStringValue(K_VATTR kVAttr, String strValue, boolean isMultiLineString, ADClientAble ohElem, boolean hasAccess, K_LOCKSTATUS kLockStatus) -
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
-
kVAttr
kind of the meta attribute -
strValue
string value -
isMultiLineString
public boolean isMultiLineStringisTrue, if newlines are allowed -
ohElem
optional model element for the modification -
hasAccess
public boolean hasAccessisTrue, if model user has access for this model element - NoHash -
kLockStatus
kind of lock status of this model element - NoHash
-
-
Constructor Details
-
ARG_VAttrStringValue
public ARG_VAttrStringValue() -
ARG_VAttrStringValue
public ARG_VAttrStringValue(K_VATTR kVAttr, String strValue, boolean isMultiLineString, ADClientAble ohElem, boolean hasAccess, K_LOCKSTATUS kLockStatus)
-
-
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
-