public static enum StatusMod.ModType extends Enum<StatusMod.ModType>
| Enum Constant and Description |
|---|
ACTIVATE |
REACTIVATE |
SUSPEND |
| Modifier and Type | Method and Description |
|---|---|
static StatusMod.ModType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusMod.ModType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusMod.ModType ACTIVATE
public static final StatusMod.ModType SUSPEND
public static final StatusMod.ModType REACTIVATE
public static StatusMod.ModType[] values()
for (StatusMod.ModType c : StatusMod.ModType.values()) System.out.println(c);
public static StatusMod.ModType 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 nullCopyright © 2010–2018 The Apache Software Foundation. All rights reserved.