Package de.mid.innovator.srv2api.icw2dm
Class ARG_DMNBoxedExpressionClient
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.ARG_DMNBoxedExpressionClient
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_DMNBoxedExpressionClient extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description DMNElement
ohElement
the decision model elementADClientAble
ohPrintContext
the decision requirement print contextjava.util.List<ARG_XDMNElementRep>
seqElem
list of all decision model elementsjava.lang.String
strName
the display name of this elementARG_XDMNElementRep
valElem
the expression of this decision model element - SharedArg
-
Constructor Summary
Constructors Constructor Description ARG_DMNBoxedExpressionClient()
ARG_DMNBoxedExpressionClient(DMNElement ohElement, java.lang.String strName, ARG_XDMNElementRep valElem, java.util.List<ARG_XDMNElementRep> seqElem, ADClientAble ohPrintContext)
-
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
-
ohElement
public DMNElement ohElement
the decision model element
-
strName
public java.lang.String strName
the display name of this element
-
valElem
public ARG_XDMNElementRep valElem
the expression of this decision model element - SharedArg
-
seqElem
public java.util.List<ARG_XDMNElementRep> seqElem
list of all decision model elements
-
ohPrintContext
public ADClientAble ohPrintContext
the decision requirement print context
-
-
Constructor Detail
-
ARG_DMNBoxedExpressionClient
public ARG_DMNBoxedExpressionClient()
-
ARG_DMNBoxedExpressionClient
public ARG_DMNBoxedExpressionClient(DMNElement ohElement, java.lang.String strName, ARG_XDMNElementRep valElem, java.util.List<ARG_XDMNElementRep> seqElem, ADClientAble ohPrintContext)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-