public static enum EntityPusher.EntityAction extends Enum<EntityPusher.EntityAction>
| Modifier and Type | Method and Description |
|---|---|
static EntityPusher.EntityAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityPusher.EntityAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityPusher.EntityAction PERSISTED
public static final EntityPusher.EntityAction UPDATED
public static final EntityPusher.EntityAction REMOVED
public static EntityPusher.EntityAction[] values()
for (EntityPusher.EntityAction c : EntityPusher.EntityAction.values()) System.out.println(c);
public static EntityPusher.EntityAction 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.