Package de.mid.innovator.srv2api.icw2dm
Class ARG_XDMNOutputClauseRep
java.lang.Object
de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
de.mid.innovator.srv2api.icw2dm.ARG_XDMNOutputClauseRep
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XDMNOutputClauseRep
extends ARG_XDMNElementRep
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionkind of type for this outputthe type of this information itemlist of value expressions - SharedArglist of allowed valuesdefault value of this outputname of this output - empty for single outputthe type name of this information itemFields inherited from class de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
ohElement -
Constructor Summary
ConstructorsConstructorDescriptionARG_XDMNOutputClauseRep(DMNElement ohElement, String strName, String strDefault, CLClassifier ohType, String strType, K_TYPE kType, List<String> seqValues, List<ARG_XDMNLiteralExpressionRep> seqValExpr) -
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
-
strName
name of this output - empty for single output -
strDefault
default value of this output -
ohType
the type of this information item -
strType
the type name of this information item -
kType
kind of type for this output -
seqValues
list of allowed values -
seqValExpr
list of value expressions - SharedArg
-
-
Constructor Details
-
ARG_XDMNOutputClauseRep
public ARG_XDMNOutputClauseRep() -
ARG_XDMNOutputClauseRep
public ARG_XDMNOutputClauseRep(DMNElement ohElement, String strName, String strDefault, CLClassifier ohType, String strType, K_TYPE kType, List<String> seqValues, List<ARG_XDMNLiteralExpressionRep> seqValExpr)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble- Overrides:
marshalin classARG_XDMNElementRep
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble- Overrides:
unmarshalin classARG_XDMNElementRep
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble- Overrides:
resolveReferencesin classARG_XDMNElementRep
-