Interface Option<T>
- 
- All Superinterfaces:
- Localized,- java.io.Serializable
 - All Known Implementing Classes:
- Option.RawOption
 
 public interface Option<T> extends java.io.Serializable, Localized 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classOption.RawOption<T>
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description LocalizedStringgetDisplayValue()TgetValue()default java.lang.StringtoString(java.util.Locale locale)
 
- 
- 
- 
Method Detail- 
getValueT getValue() 
 - 
getDisplayValueLocalizedString getDisplayValue() 
 
- 
 
-