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