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 Summary
Nested Classes Modifier and Type Interface Description static classOption.RawOption<T> 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description LocalizedStringgetDisplayValue()TgetValue()default java.lang.StringtoString(java.util.Locale locale) 
 - 
 
- 
- 
Method Detail
- 
getValue
T getValue()
 
- 
getDisplayValue
LocalizedString getDisplayValue()
 
 - 
 
 -