Package de.mid.innovator.srv2api.icw2dm
Class ARG_XDMNRuleAnnoRep
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
-
- de.mid.innovator.srv2api.icw2dm.ARG_XDMNRuleAnnoRep
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XDMNRuleAnnoRep extends ARG_XDMNElementRep implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description DMRuleAnnotation
ohAnno
the rule annotation or emptyjava.lang.String
strText
the text of the rule annotationARG_XDMNRuleAnnoClauseRep
valClause
the referenced rule annotation clause - SharedArg-
Fields inherited from class de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
ohElement
-
-
Constructor Summary
Constructors Constructor Description ARG_XDMNRuleAnnoRep()
ARG_XDMNRuleAnnoRep(DMNElement ohElement, DMRuleAnnotation ohAnno, java.lang.String strText, ARG_XDMNRuleAnnoClauseRep valClause)
-
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
-
ohAnno
public DMRuleAnnotation ohAnno
the rule annotation or empty
-
strText
public java.lang.String strText
the text of the rule annotation
-
valClause
public ARG_XDMNRuleAnnoClauseRep valClause
the referenced rule annotation clause - SharedArg
-
-
Constructor Detail
-
ARG_XDMNRuleAnnoRep
public ARG_XDMNRuleAnnoRep()
-
ARG_XDMNRuleAnnoRep
public ARG_XDMNRuleAnnoRep(DMNElement ohElement, DMRuleAnnotation ohAnno, java.lang.String strText, ARG_XDMNRuleAnnoClauseRep valClause)
-
-
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
-
-