java.io.Serializable
, java.lang.Comparable<imp.CodeImport>
public static enum imp.CodeImport extends java.lang.Enum<imp.CodeImport>
Enum Constant | Description |
---|---|
compiled_only |
|
source |
Modifier and Type | Method | Description |
---|---|---|
static imp.CodeImport |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null