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