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
Fields Modifier and Type Field Description K_TYPEkTypekind of type for this outputCLClassifierohTypethe type of this information itemjava.util.List<ARG_XDMNLiteralExpressionRep>seqValExprlist of value expressions - SharedArgjava.util.List<java.lang.String>seqValueslist of allowed valuesjava.lang.StringstrDefaultdefault value of this outputjava.lang.StringstrNamename of this output - empty for single outputjava.lang.StringstrTypethe type name of this information item-
Fields inherited from class de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
ohElement
-
-
Constructor Summary
Constructors Constructor Description ARG_XDMNOutputClauseRep()ARG_XDMNOutputClauseRep(DMNElement ohElement, java.lang.String strName, java.lang.String strDefault, CLClassifier ohType, java.lang.String strType, K_TYPE kType, java.util.List<java.lang.String> seqValues, java.util.List<ARG_XDMNLiteralExpressionRep> seqValExpr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
strName
public java.lang.String strName
name of this output - empty for single output
-
strDefault
public java.lang.String strDefault
default value of this output
-
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 output
-
seqValues
public java.util.List<java.lang.String> seqValues
list of allowed values
-
seqValExpr
public java.util.List<ARG_XDMNLiteralExpressionRep> seqValExpr
list of value expressions - SharedArg
-
-
Constructor Detail
-
ARG_XDMNOutputClauseRep
public ARG_XDMNOutputClauseRep()
-
ARG_XDMNOutputClauseRep
public ARG_XDMNOutputClauseRep(DMNElement ohElement, java.lang.String strName, java.lang.String strDefault, CLClassifier ohType, java.lang.String strType, K_TYPE kType, java.util.List<java.lang.String> seqValues, java.util.List<ARG_XDMNLiteralExpressionRep> seqValExpr)
-
-
Method Detail
-
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
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-