org.portico.shared.compat
Enum JResignAction
java.lang.Object
java.lang.Enum<JResignAction>
org.portico.shared.compat.JResignAction
- All Implemented Interfaces:
- Serializable, Comparable<JResignAction>
public enum JResignAction
- extends Enum<JResignAction>
Field Summary |
private int |
value
|
RELEASE_ATTRIBUTES
public static final JResignAction RELEASE_ATTRIBUTES
DELETE_OBJECTS
public static final JResignAction DELETE_OBJECTS
DELETE_OBJECTS_AND_RELEASE_ATTRIBUTES
public static final JResignAction DELETE_OBJECTS_AND_RELEASE_ATTRIBUTES
NO_ACTION
public static final JResignAction NO_ACTION
value
private int value
values
public static final JResignAction[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(JResignAction c : JResignAction.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static JResignAction valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
getValue
public int getValue()
for13Value
public static JResignAction for13Value(int value)
throws JInvalidResignAction
- Throws:
JInvalidResignAction
for1516Value
public static JResignAction for1516Value(int value)
throws JInvalidResignAction
- Throws:
JInvalidResignAction