Interface Option<T>
- All Superinterfaces:
Localized,Serializable
- All Known Implementing Classes:
Option.RawOption
-
Method Details
-
getValue
T getValue() -
getDisplayValue
LocalizedString getDisplayValue() -
toString
Description copied from interface:LocalizedReturns a localized string representation of this object for the givenLocale.
-