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()
Choice
getDisplayName
in interface Choice<T>
public void setDisplayName(String displayName)
public List<T> getValue()
Choice
public void setValue(T value)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.