public static enum PersistenceUnitProcessor.Mode extends 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(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(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 © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.