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