static enum MMChooser.Kind extends Enum<MMChooser.Kind>
| Enum Constant and Description |
|---|
ACHIEVEMENT |
NONE |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
static MMChooser.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MMChooser.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MMChooser.Kind NONE
public static final MMChooser.Kind YEAR
public static final MMChooser.Kind ACHIEVEMENT
public static MMChooser.Kind[] values()
for (MMChooser.Kind c : MMChooser.Kind.values()) System.out.println(c);
public static MMChooser.Kind 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 nullEDB Working Group at Mon Dec 15 16:45:05 JST 2025