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