Class ARG_InnovatorComponentDlgInit
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_InnovatorComponentDlgInit
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_InnovatorComponentDlgInit
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanlist of all innovator componentslist of selected innovator componentsList of all innovator component names -
Constructor Summary
ConstructorsConstructorDescriptionARG_InnovatorComponentDlgInit(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, List<K_INNOVATOR_COMPONENT> seqComp, List<K_INNOVATOR_COMPONENT> seqAll, List<String> seqName) -
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
-
isProtected
public boolean isProtected -
kindCmd
-
seqOwnLocked
-
seqComp
list of selected innovator components -
seqAll
list of all innovator components -
seqName
List of all innovator component names
-
-
Constructor Details
-
ARG_InnovatorComponentDlgInit
public ARG_InnovatorComponentDlgInit() -
ARG_InnovatorComponentDlgInit
public ARG_InnovatorComponentDlgInit(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, List<K_INNOVATOR_COMPONENT> seqComp, List<K_INNOVATOR_COMPONENT> seqAll, List<String> seqName)
-
-
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
-