choices property
getter/setter pair
The available choices to choose from.
Often the entire enum
's values
list, unless it needs to be more
restrictive.
Implementation
List<T> choices;
The available choices to choose from.
Often the entire enum
's values
list, unless it needs to be more
restrictive.
List<T> choices;