public static enum JavaSource.Phase extends Enum<JavaSource.Phase>
Enum Constant and Description |
---|
ELEMENTS_RESOLVED |
MODIFIED |
PARSED |
RESOLVED |
UP_TO_DATE |
Modifier and Type | Method and Description |
---|---|
static JavaSource.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaSource.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaSource.Phase MODIFIED
public static final JavaSource.Phase PARSED
public static final JavaSource.Phase ELEMENTS_RESOLVED
public static final JavaSource.Phase RESOLVED
public static final JavaSource.Phase UP_TO_DATE
public static JavaSource.Phase[] values()
public static JavaSource.Phase 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