Class Options.OptionListValue
- java.lang.Object
-
- com.priint.pubserver.comet.renderer.Options.OptionValue
-
- com.priint.pubserver.comet.renderer.Options.OptionListValue
-
- Enclosing class:
- Options
public static class Options.OptionListValue extends Options.OptionValue
The Class OptionListValue.
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.renderer.Options.OptionValue
value
-
-
Constructor Summary
Constructors Constructor Description OptionListValue(Option option, java.lang.Object value)Instantiates a new option list value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetValue()Gets the value.voidsetValue(java.lang.Object value)Sets the value.-
Methods inherited from class com.priint.pubserver.comet.renderer.Options.OptionValue
getOption
-
-
-
-
Constructor Detail
-
OptionListValue
public OptionListValue(Option option, java.lang.Object value)
Instantiates a new option list value.- Parameters:
option- the optionvalue- the value
-
-
Method Detail
-
setValue
public void setValue(java.lang.Object value)
Description copied from class:Options.OptionValueSets the value.- Overrides:
setValuein classOptions.OptionValue- Parameters:
value- the new value
-
getValue
public java.lang.Object getValue()
Description copied from class:Options.OptionValueGets the value.- Overrides:
getValuein classOptions.OptionValue- Returns:
- the value
-
-