public static enum ClassPath.Flag extends Enum<ClassPath.Flag>
Enum Constant and Description |
---|
INCOMPLETE
The incomplete
ClassPath is ignored by language features
unless it's resolved and the INCOMPLETE flag is removed. |
Modifier and Type | Method and Description |
---|---|
static ClassPath.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassPath.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassPath.Flag INCOMPLETE
ClassPath
is ignored by language features
unless it's resolved and the INCOMPLETE
flag is removed.public static ClassPath.Flag[] values()
public static ClassPath.Flag 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