public enum MetadataResolutionRequestTypeEnum extends java.lang.Enum<MetadataResolutionRequestTypeEnum>
Enum Constant and Description |
---|
classpathCompile |
classpathRuntime |
classpathTest |
graph |
scopedGraph |
tree |
versionedGraph |
Modifier and Type | Field and Description |
---|---|
private int |
id |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getId() |
static MetadataResolutionRequestTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetadataResolutionRequestTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataResolutionRequestTypeEnum tree
public static final MetadataResolutionRequestTypeEnum graph
public static final MetadataResolutionRequestTypeEnum classpathCompile
public static final MetadataResolutionRequestTypeEnum classpathTest
public static final MetadataResolutionRequestTypeEnum classpathRuntime
public static final MetadataResolutionRequestTypeEnum versionedGraph
public static final MetadataResolutionRequestTypeEnum scopedGraph
public static MetadataResolutionRequestTypeEnum[] values()
for (MetadataResolutionRequestTypeEnum c : MetadataResolutionRequestTypeEnum.values()) System.out.println(c);
public static MetadataResolutionRequestTypeEnum 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 nullint getId()