public class ChoiceParameter extends Object implements Serializable
| コンストラクタと説明 |
|---|
ChoiceParameter() |
ChoiceParameter(String parameterId,
Choice[] choices) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(Object value) |
Choice[] |
getChoices() |
String |
getParameterId() |
int |
hashCode() |
void |
setChoices(Choice[] choices) |
void |
setParameterId(String parameterId) |
String |
toString() |
Copyright © 2019. All rights reserved.