try
2010/11/19 Altenhof, David Aron :
> Trying to figure out a way to do the following without much luck.
>
> I have an enumeration with a list of menu options and corresponding labels
> such as:
>
> public enum Color {
> RED("Red"),
> BLUE("Blue"),
> GREEN("Green");
>
>
Trying to figure out a way to do the following without much luck.
I have an enumeration with a list of menu options and corresponding labels such
as:
public enum Color {
RED("Red"),
BLUE("Blue"),
GREEN("Green");
private String myLabel;
private Col
2 matches
Mail list logo