Package de.mid.innovator.srv2api.icw2dm
Class ARG_XDMNInputClauseRep
java.lang.Object
de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
de.mid.innovator.srv2api.icw2dm.ARG_XDMNInputClauseRep
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XDMNInputClauseRep
extends ARG_XDMNElementRep
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionkind of type for this inputthe type of this information itemlist of value expressions - SharedArglist of allowed valuesname of this inputthe type name of this information itemsubject of this input - SharedArgFields inherited from class de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
ohElement -
Constructor Summary
ConstructorsConstructorDescriptionARG_XDMNInputClauseRep(DMNElement ohElement, String strName, CLClassifier ohType, String strType, K_TYPE kType, List<String> seqValues, ARG_XDMNLiteralExpressionRep valExpr, 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 input -
ohType
the type of this information item -
strType
the type name of this information item -
kType
kind of type for this input -
seqValues
list of allowed values -
valExpr
subject of this input - SharedArg -
seqValExpr
list of value expressions - SharedArg
-
-
Constructor Details
-
ARG_XDMNInputClauseRep
public ARG_XDMNInputClauseRep() -
ARG_XDMNInputClauseRep
public ARG_XDMNInputClauseRep(DMNElement ohElement, String strName, CLClassifier ohType, String strType, K_TYPE kType, List<String> seqValues, ARG_XDMNLiteralExpressionRep valExpr, 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
-