public static enum SPFCaseStmt.SPFReason extends java.lang.Enum<SPFCaseStmt.SPFReason>
Enum Constant and Description |
---|
EARLYRETURN |
INVOKE |
MULTIPLE |
OBJECT_CREATION |
OUT_OF_BOUND_EXCEPTION |
THROW |
Modifier and Type | Method and Description |
---|---|
static SPFCaseStmt.SPFReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SPFCaseStmt.SPFReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPFCaseStmt.SPFReason OBJECT_CREATION
public static final SPFCaseStmt.SPFReason THROW
public static final SPFCaseStmt.SPFReason EARLYRETURN
public static final SPFCaseStmt.SPFReason MULTIPLE
public static final SPFCaseStmt.SPFReason OUT_OF_BOUND_EXCEPTION
public static final SPFCaseStmt.SPFReason INVOKE
public static SPFCaseStmt.SPFReason[] values()
for (SPFCaseStmt.SPFReason c : SPFCaseStmt.SPFReason.values()) System.out.println(c);
public static SPFCaseStmt.SPFReason 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