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
Fields Modifier and Type Field Description K_TYPE
kType
kind of type for this inputCLClassifier
ohType
the type of this information itemjava.util.List<ARG_XDMNLiteralExpressionRep>
seqValExpr
list of value expressions - SharedArgjava.util.List<java.lang.String>
seqValues
list of allowed valuesjava.lang.String
strName
name of this inputjava.lang.String
strType
the type name of this information itemARG_XDMNLiteralExpressionRep
valExpr
subject of this input - SharedArg-
Fields inherited from class de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
ohElement
-
-
Constructor Summary
Constructors Constructor Description ARG_XDMNInputClauseRep()
ARG_XDMNInputClauseRep(DMNElement ohElement, java.lang.String strName, CLClassifier ohType, java.lang.String strType, K_TYPE kType, java.util.List<java.lang.String> seqValues, ARG_XDMNLiteralExpressionRep valExpr, java.util.List<ARG_XDMNLiteralExpressionRep> seqValExpr)
-
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
-
strName
public java.lang.String strName
name of this input
-
ohType
public CLClassifier ohType
the type of this information item
-
strType
public java.lang.String strType
the type name of this information item
-
kType
public K_TYPE kType
kind of type for this input
-
seqValues
public java.util.List<java.lang.String> seqValues
list of allowed values
-
valExpr
public ARG_XDMNLiteralExpressionRep valExpr
subject of this input - SharedArg
-
seqValExpr
public java.util.List<ARG_XDMNLiteralExpressionRep> seqValExpr
list of value expressions - SharedArg
-
-
Constructor Detail
-
ARG_XDMNInputClauseRep
public ARG_XDMNInputClauseRep()
-
ARG_XDMNInputClauseRep
public ARG_XDMNInputClauseRep(DMNElement ohElement, java.lang.String strName, CLClassifier ohType, java.lang.String strType, K_TYPE kType, java.util.List<java.lang.String> seqValues, ARG_XDMNLiteralExpressionRep valExpr, java.util.List<ARG_XDMNLiteralExpressionRep> seqValExpr)
-
-
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_XDMNElementRep
-
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_XDMNElementRep
-
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_XDMNElementRep
-
-