Package de.mid.innovator.srv2api.icw2dm
Class ARG_ModifyAnnotationCell
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.ARG_ModifyAnnotationCell
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ModifyAnnotationCell extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description DMRuleAnnotationClause
ohAnno
rule annotation clause for which the cell is modifiedjava.lang.String
strText
unformatted text or empty
-
Constructor Summary
Constructors Constructor Description ARG_ModifyAnnotationCell()
ARG_ModifyAnnotationCell(DMRuleAnnotationClause ohAnno, java.lang.String strText)
-
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
rule annotation clause for which the cell is modified
-
strText
public java.lang.String strText
unformatted text or empty
-
-
Constructor Detail
-
ARG_ModifyAnnotationCell
public ARG_ModifyAnnotationCell()
-
ARG_ModifyAnnotationCell
public ARG_ModifyAnnotationCell(DMRuleAnnotationClause ohAnno, java.lang.String strText)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-