de.mid.innovator.srv2api.icw2meta
Class ARG_VAttrStringValue

java.lang.Object
  extended by 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
 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

hasAccess

public boolean hasAccess
isTrue, if model user has access for this model element - NoHash


isMultiLineString

public boolean isMultiLineString
isTrue, if newlines are allowed


kLockStatus

public K_LOCKSTATUS kLockStatus
kind of lock status of this model element - NoHash


kVAttr

public K_VATTR kVAttr
kind of the meta attribute


ohElem

public ADClientAble ohElem
optional model element for the modification


strValue

public String strValue
string value

Constructor Detail

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 Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal in interface de.mid.innovator.srv2api.impl.MarshallAble

resolveReferences

public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble

unmarshal

public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                      SrvContext srvctx)
Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble