Class Options.OptionValue
java.lang.Object
com.priint.pubserver.comet.renderer.Options.OptionValue
- Direct Known Subclasses:
Options.OptionListValue
- Enclosing class:
- Options
The Class OptionValue.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
The value.
-
-
Constructor Details
-
OptionValue
Instantiates a new option value.- Parameters:
option- the optionvalue- the value
-
-
Method Details
-
getOption
Gets the option.- Returns:
- the option
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-