public static enum IjDependencyListBuilder.Scope extends Enum<IjDependencyListBuilder.Scope>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static IjDependencyListBuilder.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IjDependencyListBuilder.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IjDependencyListBuilder.Scope COMPILE
public static final IjDependencyListBuilder.Scope PROVIDED
public static final IjDependencyListBuilder.Scope RUNTIME
public static final IjDependencyListBuilder.Scope TEST
public static IjDependencyListBuilder.Scope[] values()
for (IjDependencyListBuilder.Scope c : IjDependencyListBuilder.Scope.values()) System.out.println(c);
public static IjDependencyListBuilder.Scope 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<IjDependencyListBuilder.Scope>