Package de.mid.innovator.srv2api.icw2dm
Class ARG_XDMNRuleAnnoClauseRep
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
-
- de.mid.innovator.srv2api.icw2dm.ARG_XDMNRuleAnnoClauseRep
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XDMNRuleAnnoClauseRep extends ARG_XDMNElementRep implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description DMRuleAnnotationClause
ohAnno
the rule annotation clausejava.lang.String
strName
name of this annotation clause-
Fields inherited from class de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
ohElement
-
-
Constructor Summary
Constructors Constructor Description ARG_XDMNRuleAnnoClauseRep()
ARG_XDMNRuleAnnoClauseRep(DMNElement ohElement, DMRuleAnnotationClause ohAnno, java.lang.String strName)
-
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 DMRuleAnnotationClause ohAnno
the rule annotation clause
-
strName
public java.lang.String strName
name of this annotation clause
-
-
Constructor Detail
-
ARG_XDMNRuleAnnoClauseRep
public ARG_XDMNRuleAnnoClauseRep()
-
ARG_XDMNRuleAnnoClauseRep
public ARG_XDMNRuleAnnoClauseRep(DMNElement ohElement, DMRuleAnnotationClause ohAnno, java.lang.String strName)
-
-
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
-
-