Package de.mid.innovator.srv2api.icw2dm
Class ARG_ModifyOutputCell
java.lang.Object
de.mid.innovator.srv2api.icw2dm.ARG_ModifyOutputCell
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ModifyOutputCell
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionoutput clause for which the cell is modifiedformatted expression text or emptyunformatted expression text or empty -
Constructor Summary
ConstructorsConstructorDescriptionARG_ModifyOutputCell(DMOutputClause ohOutput, String strText, String strFlowText) -
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
-
ohOutput
output clause for which the cell is modified -
strText
unformatted expression text or empty -
strFlowText
formatted expression text or empty
-
-
Constructor Details
-
ARG_ModifyOutputCell
public ARG_ModifyOutputCell() -
ARG_ModifyOutputCell
-
-
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
-