Package de.mid.innovator.srv2api.icw2dm
Class ARG_XDMNInvocationRep
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
-
- de.mid.innovator.srv2api.icw2dm.ARG_XDMNExpressionRep
-
- de.mid.innovator.srv2api.icw2dm.ARG_XDMNInvocationRep
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XDMNInvocationRep extends ARG_XDMNExpressionRep implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<ARG_XDMNBindingRep>seqBindsequence of bound parameters - SharedArgARG_XDMNExpressionRepvalExprexpression of the called function - SharedArg-
Fields inherited from class de.mid.innovator.srv2api.icw2dm.ARG_XDMNExpressionRep
ohExpr
-
Fields inherited from class de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
ohElement
-
-
Constructor Summary
Constructors Constructor Description ARG_XDMNInvocationRep()ARG_XDMNInvocationRep(DMNElement ohElement, DMExpression ohExpr, ARG_XDMNExpressionRep valExpr, java.util.List<ARG_XDMNBindingRep> seqBind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
valExpr
public ARG_XDMNExpressionRep valExpr
expression of the called function - SharedArg
-
seqBind
public java.util.List<ARG_XDMNBindingRep> seqBind
sequence of bound parameters - SharedArg
-
-
Constructor Detail
-
ARG_XDMNInvocationRep
public ARG_XDMNInvocationRep()
-
ARG_XDMNInvocationRep
public ARG_XDMNInvocationRep(DMNElement ohElement, DMExpression ohExpr, ARG_XDMNExpressionRep valExpr, java.util.List<ARG_XDMNBindingRep> seqBind)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble- Overrides:
marshalin classARG_XDMNExpressionRep
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble- Overrides:
unmarshalin classARG_XDMNExpressionRep
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble- Overrides:
resolveReferencesin classARG_XDMNExpressionRep
-
-