public static enum CreateCloseUtils.NewProjectType extends java.lang.Enum<CreateCloseUtils.NewProjectType>
| Enum Constant and Description |
|---|
GRADLE |
MAVEN |
PLAIN_JAVA |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static CreateCloseUtils.NewProjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreateCloseUtils.NewProjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateCloseUtils.NewProjectType PLAIN_JAVA
public static final CreateCloseUtils.NewProjectType MAVEN
public static final CreateCloseUtils.NewProjectType GRADLE
public static CreateCloseUtils.NewProjectType[] values()
for (CreateCloseUtils.NewProjectType c : CreateCloseUtils.NewProjectType.values()) System.out.println(c);
public static CreateCloseUtils.NewProjectType 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<CreateCloseUtils.NewProjectType>