Class Options.OptionValue

java.lang.Object
com.priint.pubserver.comet.renderer.Options.OptionValue
Direct Known Subclasses:
Options.OptionListValue
Enclosing class:
Options

public static class Options.OptionValue extends Object
The Class OptionValue.
  • Field Details

    • value

      protected Object value
      The value.
  • Constructor Details

    • OptionValue

      public OptionValue(Option option, Object value)
      Instantiates a new option value.
      Parameters:
      option - the option
      value - the value
  • Method Details

    • getOption

      public Option getOption()
      Gets the option.
      Returns:
      the option
    • getValue

      public Object getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(Object value)
      Sets the value.
      Parameters:
      value - the new value