Class ARG_NameAbleSelectDlgNode
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_NameAbleSelectDlgNode
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_NameAbleSelectDlgNode
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue, if model user has access for this elementbooleanisTrue, if this element has no contentsbooleanbooleanbooleanisTrue, if this element is a templateelement type -
Constructor Summary
ConstructorsConstructorDescriptionARG_NameAbleSelectDlgNode(ADClientAble oh, String name, String bitmap, boolean isSelectAble, boolean isReference, K_NAMEABLE_SELECT_DLG_NODE_LOCK nodeLock, String strComment, String strType, boolean hasAccess, boolean isTemplate, boolean isDiffLeaf) -
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
-
oh
-
name
-
bitmap
-
isSelectAble
public boolean isSelectAble -
isReference
public boolean isReference -
nodeLock
-
strComment
-
strType
element type -
hasAccess
public boolean hasAccessisTrue, if model user has access for this element -
isTemplate
public boolean isTemplateisTrue, if this element is a template -
isDiffLeaf
public boolean isDiffLeafisTrue, if this element has no contents
-
-
Constructor Details
-
ARG_NameAbleSelectDlgNode
public ARG_NameAbleSelectDlgNode() -
ARG_NameAbleSelectDlgNode
public ARG_NameAbleSelectDlgNode(ADClientAble oh, String name, String bitmap, boolean isSelectAble, boolean isReference, K_NAMEABLE_SELECT_DLG_NODE_LOCK nodeLock, String strComment, String strType, boolean hasAccess, boolean isTemplate, boolean isDiffLeaf)
-
-
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
-