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>
seqBind
sequence of bound parameters - SharedArgARG_XDMNExpressionRep
valExpr
expression 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 void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(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:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
marshal
in classARG_XDMNExpressionRep
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
unmarshal
in classARG_XDMNExpressionRep
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
resolveReferences
in classARG_XDMNExpressionRep
-
-