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