public class ChoiceParameter extends Object implements Serializable
| Constructor and Description |
|---|
ChoiceParameter() |
ChoiceParameter(String parameterId,
Choice[] choices) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object value) |
Choice[] |
getChoices() |
String |
getParameterId() |
int |
hashCode() |
void |
setChoices(Choice[] choices) |
void |
setParameterId(String parameterId) |
String |
toString() |