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