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