Class ARG_VerifyManagerElement
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_VerifyManagerElement
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_VerifyManagerElement
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue, if model user has access for this elementkind of lock status of this elementthe verified elementlist of verify messagesdisplay bitmap of this elementdisplay name of this elementdisplay path of this elementdisplay type of this element -
Constructor Summary
ConstructorsConstructorDescriptionARG_VerifyManagerElement(ADClientAble ohElem, String strName, String strType, String strPath, String strIcon, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_VerifyManagerMessage> seqMsg) -
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
-
ohElem
the verified element -
strName
display name of this element -
strType
display type of this element -
strPath
display path of this element -
strIcon
display bitmap of this element -
hasAccess
public boolean hasAccessisTrue, if model user has access for this element -
kLockStatus
kind of lock status of this element -
seqMsg
list of verify messages
-
-
Constructor Details
-
ARG_VerifyManagerElement
public ARG_VerifyManagerElement() -
ARG_VerifyManagerElement
public ARG_VerifyManagerElement(ADClientAble ohElem, String strName, String strType, String strPath, String strIcon, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_VerifyManagerMessage> seqMsg)
-
-
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
-