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()
Return the display name of the choice value.
|
List<T> |
getValue()
Return the value of the choice value.
|
void |
setChoice(List<Choice<T>> choice) |
void |
setDisplayName(String displayName) |
void |
setValue(List<T> value) |
void |
setValue(T value) |
String |
toString() |
public String getDisplayName()
ChoicegetDisplayName in interface Choice<T>public void setDisplayName(String displayName)
public List<T> getValue()
Choicepublic void setValue(T value)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.