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