public static enum StateChange.StateAction extends Enum<StateChange.StateAction>
| Modifier and Type | Method and Description |
|---|---|
static StateChange.StateAction |
fromInteger(int i) |
static StateChange.StateAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateChange.StateAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StateChange.StateAction Create
public static final StateChange.StateAction Update
public static final StateChange.StateAction Remove
public static final StateChange.StateAction Unknown
public static StateChange.StateAction[] values()
for (StateChange.StateAction c : StateChange.StateAction.values()) System.out.println(c);
public static StateChange.StateAction 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 nullpublic static StateChange.StateAction fromInteger(int i)
Copyright © 2019. All rights reserved.