Package de.mid.innovator.srv2api.icw2dm
Class ARG_InvocationRow
java.lang.Object
de.mid.innovator.srv2api.icw2dm.ARG_InvocationRow
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionparameter of the called functioninformation item which is referenced by the expression textformatted expression textunformatted expression text -
Constructor Summary
ConstructorsConstructorDescriptionARG_InvocationRow(DMInformationItem ohPar, String strText, String strFlowText, DMInformationItem ohRef) -
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
-
ohPar
parameter of the called function -
strText
unformatted expression text -
strFlowText
formatted expression text -
ohRef
information item which is referenced by the expression text
-
-
Constructor Details
-
ARG_InvocationRow
public ARG_InvocationRow() -
ARG_InvocationRow
public ARG_InvocationRow(DMInformationItem ohPar, String strText, String strFlowText, DMInformationItem ohRef)
-
-
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
-