public static enum ObjectBorower.Action extends Enum<ObjectBorower.Action>
Enum Constant and Description |
---|
NONE |
REQUEST_MADE |
Modifier and Type | Method and Description |
---|---|
static ObjectBorower.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectBorower.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectBorower.Action REQUEST_MADE
public static final ObjectBorower.Action NONE
public static ObjectBorower.Action[] values()
for (ObjectBorower.Action c : ObjectBorower.Action.values()) System.out.println(c);
public static ObjectBorower.Action 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 © 2014. All rights reserved.