Package de.mid.innovator.srv2api.icw2dm
Class ARG_ModifyInputCell
java.lang.Object
de.mid.innovator.srv2api.icw2dm.ARG_ModifyInputCell
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ModifyInputCell
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptioninput for which the cell is modifiedformatted expression text or emptyunformatted expression text or empty -
Constructor Summary
ConstructorsConstructorDescriptionARG_ModifyInputCell(DMInputClause ohInput, 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
-
ohInput
input for which the cell is modified -
strText
unformatted expression text or empty -
strFlowText
formatted expression text or empty
-
-
Constructor Details
-
ARG_ModifyInputCell
public ARG_ModifyInputCell() -
ARG_ModifyInputCell
-
-
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
-