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