public interface ChoiceDescriptor extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Description of the current choice.
|
String |
getLabel()
Label of the current choice.
|
Set<String> |
getParameterNames()
Parameter names.
|
List<ChoiceParameterDescriptor> |
getParameters()
Parameters of the current choice.
|
String getLabel()
String getDescription()
List<ChoiceParameterDescriptor> getParameters()