Class ARG_MMTextValueList

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_MMTextValueList
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean checkCnstr
      isTrue, if the value constraints should be checked
      java.util.List<java.lang.Boolean> seqDefault
      sequence of flags if the default is used
      java.util.List<MMText> seqText
      sequence of texts
      java.util.List<java.lang.String> seqValue
      sequence of values
    • Constructor Summary

      Constructors 
      Constructor Description
      ARG_MMTextValueList()  
      ARG_MMTextValueList​(java.util.List<MMText> seqText, java.util.List<java.lang.String> seqValue, java.util.List<java.lang.Boolean> seqDefault, boolean checkCnstr)  
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • seqText

        public java.util.List<MMText> seqText
        sequence of texts
      • seqValue

        public java.util.List<java.lang.String> seqValue
        sequence of values
      • seqDefault

        public java.util.List<java.lang.Boolean> seqDefault
        sequence of flags if the default is used
      • checkCnstr

        public boolean checkCnstr
        isTrue, if the value constraints should be checked
    • Constructor Detail

      • ARG_MMTextValueList

        public ARG_MMTextValueList()
      • ARG_MMTextValueList

        public ARG_MMTextValueList​(java.util.List<MMText> seqText,
                                   java.util.List<java.lang.String> seqValue,
                                   java.util.List<java.lang.Boolean> seqDefault,
                                   boolean checkCnstr)
    • Method Detail

      • marshal

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

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

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