Class ARG_ModifyOptionDlgCmd

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_ModifyOptionDlgCmd
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_ModifyOptionDlgCmd extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • kOption

      public K_OPTION kOption
      Kind of the option
    • setUserHost

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

      public 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 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 String sValGeneral
      String value for the general option
    • lValGeneral

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

    • ARG_ModifyOptionDlgCmd

      public ARG_ModifyOptionDlgCmd()
    • ARG_ModifyOptionDlgCmd

      public ARG_ModifyOptionDlgCmd(K_OPTION kOption, boolean setUserHost, String sValUserHost, int lValUserHost, boolean setUser, String sValUser, int lValUser, boolean setGeneral, String sValGeneral, int lValGeneral)
  • Method Details

    • 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