public interface Choice<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
List<Choice<T>> |
getChoice()
Returns sub-choice if there is a hierarchy of choices.
|
String |
getDisplayName()
Return the display name of the choice value.
|
List<T> |
getValue()
Return the value of the choice value.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.