public class ChoiceImpl<T> extends Object implements Choice<T>
| Constructor and Description |
|---|
ChoiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Choice<T>> |
getChoice() |
String |
getDisplayName() |
List<T> |
getValue() |
void |
setChoice(List<Choice<T>> choice) |
void |
setDisplayName(String displayName) |
void |
setValue(List<T> value) |
void |
setValue(T value) |
String |
toString() |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.