public interface Selectable<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The Description
|
java.lang.String |
getLabel()
The Label
|
T |
getValue()
The Underlying Value represented by the Option
|
java.lang.String getLabel()
java.lang.String getDescription()
T getValue()