Class ARG_XClientIn
java.lang.Object
de.mid.innovator.srv2api.icw2pres.ARG_XClientIn
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleancalculate the display completenessname of the color labelmodel section (optional)booleanshow all add able compartmentsbooleanshow all add able edges -
Constructor Summary
ConstructorsConstructorDescriptionARG_XClientIn(String nameLabel, boolean dispCompleteness, boolean withAddAbleEdge, boolean withAddAbleCompartments, MESection ohSection) -
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
-
nameLabel
name of the color label -
dispCompleteness
public boolean dispCompletenesscalculate the display completeness -
withAddAbleEdge
public boolean withAddAbleEdgeshow all add able edges -
withAddAbleCompartments
public boolean withAddAbleCompartmentsshow all add able compartments -
ohSection
model section (optional)
-
-
Constructor Details
-
ARG_XClientIn
public ARG_XClientIn() -
ARG_XClientIn
-
-
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
-