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 Details

    • strName

      public String strName
      name of this output - empty for single output
    • strDefault

      public String strDefault
      default value of this output
    • ohType

      public CLClassifier ohType
      the type of this information item
    • strType

      public String strType
      the type name of this information item
    • kType

      public K_TYPE kType
      kind of type for this output
    • seqValues

      public List<String> seqValues
      list of allowed values
    • seqValExpr

      public List<ARG_XDMNLiteralExpressionRep> seqValExpr
      list of value expressions - SharedArg
  • Constructor Details

  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      Overrides:
      marshal in class ARG_XDMNElementRep
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      Overrides:
      unmarshal in class ARG_XDMNElementRep
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
      Overrides:
      resolveReferences in class ARG_XDMNElementRep