Class ARG_MMEvalSequence
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_MMEvalSequence
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MMEvalSequence
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanFlag for single action or sequence of actionsKind of the engineering sequenceSequence of actions -
Constructor Summary
ConstructorsConstructorDescriptionARG_MMEvalSequence(K_ENGINEERING kEngineering, boolean isSingle, List<ARG_MMEvalAction> seq) -
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
-
kEngineering
Kind of the engineering sequence -
isSingle
public boolean isSingleFlag for single action or sequence of actions -
seq
Sequence of actions
-
-
Constructor Details
-
ARG_MMEvalSequence
public ARG_MMEvalSequence() -
ARG_MMEvalSequence
-
-
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
-