public static enum GradleJavaSourceSet.SourceType extends Enum<GradleJavaSourceSet.SourceType>
Enum Constant and Description |
---|
GENERATED |
GROOVY |
JAVA |
RESOURCES |
SCALA |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static GradleJavaSourceSet.SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradleJavaSourceSet.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GradleJavaSourceSet.SourceType JAVA
public static final GradleJavaSourceSet.SourceType GROOVY
public static final GradleJavaSourceSet.SourceType SCALA
public static final GradleJavaSourceSet.SourceType RESOURCES
public static final GradleJavaSourceSet.SourceType GENERATED
public static GradleJavaSourceSet.SourceType[] values()
public static GradleJavaSourceSet.SourceType 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 nullpublic String toString()
toString
in class Enum<GradleJavaSourceSet.SourceType>