public static enum MAPCUG_Information.Cug_Features.Choice extends Enum<MAPCUG_Information.Cug_Features.Choice>
Enum Constant and Description |
---|
CUG_FEATURE |
CUG_FEATURELIST |
Modifier and Type | Method and Description |
---|---|
static MAPCUG_Information.Cug_Features.Choice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPCUG_Information.Cug_Features.Choice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPCUG_Information.Cug_Features.Choice CUG_FEATURE
public static final MAPCUG_Information.Cug_Features.Choice CUG_FEATURELIST
public static MAPCUG_Information.Cug_Features.Choice[] values()
for (MAPCUG_Information.Cug_Features.Choice c : MAPCUG_Information.Cug_Features.Choice.values()) System.out.println(c);
public static MAPCUG_Information.Cug_Features.Choice valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null