public enum TypedDependencyProvider extends java.lang.Enum<TypedDependencyProvider>
Enum Constant and Description |
---|
CONSTITUENCY |
DEPENDENCY |
Modifier and Type | Field and Description |
---|---|
static TypedDependencyProvider |
defaultProvider |
private java.lang.String |
label |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toLabel() |
static TypedDependencyProvider |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypedDependencyProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypedDependencyProvider CONSTITUENCY
public static final TypedDependencyProvider DEPENDENCY
private final java.lang.String label
public static final TypedDependencyProvider defaultProvider
public static TypedDependencyProvider[] values()
for (TypedDependencyProvider c : TypedDependencyProvider.values()) System.out.println(c);
public static TypedDependencyProvider 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 toLabel()