public static enum GraphProvider.Purpose extends Enum<GraphProvider.Purpose>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
ANALYSIS |
AOT_COMPILATION |
PREPARE_RUNTIME_COMPILATION |
| Modifier and Type | Method and Description |
|---|---|
static GraphProvider.Purpose |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphProvider.Purpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphProvider.Purpose ANALYSIS
public static final GraphProvider.Purpose AOT_COMPILATION
public static final GraphProvider.Purpose PREPARE_RUNTIME_COMPILATION
public static GraphProvider.Purpose[] values()
public static GraphProvider.Purpose 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 null