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