Class ARG_AddCompartmentList
java.lang.Object
de.mid.innovator.srv2api.icw2cldia.ARG_AddCompartmentList
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_AddCompartmentList
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionkind of the compartment of the added elementscompartment of the added elementslist of selected nodes and elements -
Constructor Summary
ConstructorsConstructorDescriptionARG_AddCompartmentList(MM2CLCompartment ohComp, K_COMPARTMENT kComp, List<ADClientAble> seqSel) -
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
-
ohComp
compartment of the added elements -
kComp
kind of the compartment of the added elements -
seqSel
list of selected nodes and elements
-
-
Constructor Details
-
ARG_AddCompartmentList
public ARG_AddCompartmentList() -
ARG_AddCompartmentList
public ARG_AddCompartmentList(MM2CLCompartment ohComp, K_COMPARTMENT kComp, List<ADClientAble> seqSel)
-
-
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
-