static enum Indexer.BindingType extends java.lang.Enum<Indexer.BindingType>
| Enum Constant and Description |
|---|
CONSTANT |
CONSTRUCTOR |
EXPOSED |
INSTANCE |
LINKED_KEY |
PROVIDED_BY |
PROVIDER_INSTANCE |
PROVIDER_KEY |
UNTARGETTED |
| Modifier and Type | Method and Description |
|---|---|
static Indexer.BindingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Indexer.BindingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Indexer.BindingType INSTANCE
public static final Indexer.BindingType PROVIDER_INSTANCE
public static final Indexer.BindingType PROVIDER_KEY
public static final Indexer.BindingType LINKED_KEY
public static final Indexer.BindingType UNTARGETTED
public static final Indexer.BindingType CONSTRUCTOR
public static final Indexer.BindingType CONSTANT
public static final Indexer.BindingType EXPOSED
public static final Indexer.BindingType PROVIDED_BY
public static Indexer.BindingType[] values()
for (Indexer.BindingType c : Indexer.BindingType.values()) System.out.println(c);
public static Indexer.BindingType 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 null