Class ARG_ModifyOptionDlgCmd

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

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

      Fields 
      Modifier and Type Field Description
      K_OPTION kOption
      Kind of the option
      int lValGeneral
      Long value for the general option
      int lValUser
      Long value for the user option
      int lValUserHost
      Long value for the user host option
      boolean setGeneral
      isTrue, if general option should be set
      boolean setUser
      isTrue, if user option should be set
      boolean setUserHost
      isTrue, if user host option should be set
      java.lang.String sValGeneral
      String value for the general option
      java.lang.String sValUser
      String value for the user option
      java.lang.String sValUserHost
      String value for the user host option
    • Constructor Summary

      Constructors 
      Constructor Description
      ARG_ModifyOptionDlgCmd()  
      ARG_ModifyOptionDlgCmd​(K_OPTION kOption, boolean setUserHost, java.lang.String sValUserHost, int lValUserHost, boolean setUser, java.lang.String sValUser, int lValUser, boolean setGeneral, java.lang.String sValGeneral, int lValGeneral)  
    • 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

      • kOption

        public K_OPTION kOption
        Kind of the option
      • setUserHost

        public boolean setUserHost
        isTrue, if user host option should be set
      • sValUserHost

        public java.lang.String sValUserHost
        String value for the user host option
      • lValUserHost

        public int lValUserHost
        Long value for the user host option
      • setUser

        public boolean setUser
        isTrue, if user option should be set
      • sValUser

        public java.lang.String sValUser
        String value for the user option
      • lValUser

        public int lValUser
        Long value for the user option
      • setGeneral

        public boolean setGeneral
        isTrue, if general option should be set
      • sValGeneral

        public java.lang.String sValGeneral
        String value for the general option
      • lValGeneral

        public int lValGeneral
        Long value for the general option
    • Constructor Detail

      • ARG_ModifyOptionDlgCmd

        public ARG_ModifyOptionDlgCmd()
      • ARG_ModifyOptionDlgCmd

        public ARG_ModifyOptionDlgCmd​(K_OPTION kOption,
                                      boolean setUserHost,
                                      java.lang.String sValUserHost,
                                      int lValUserHost,
                                      boolean setUser,
                                      java.lang.String sValUser,
                                      int lValUser,
                                      boolean setGeneral,
                                      java.lang.String sValGeneral,
                                      int lValGeneral)
    • 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