public static enum PropertyReference.Kind extends Enum<PropertyReference.Kind>
| Enum Constant and Description |
|---|
DEFAULT_ARRAY |
DEFAULT_NONARRAY |
INTERNAL_PROTOTYPE |
INTERNAL_SCOPE |
INTERNAL_VALUE |
ORDINARY |
| Modifier and Type | Method and Description |
|---|---|
static PropertyReference.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyReference.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyReference.Kind DEFAULT_ARRAY
public static final PropertyReference.Kind DEFAULT_NONARRAY
public static final PropertyReference.Kind INTERNAL_PROTOTYPE
public static final PropertyReference.Kind INTERNAL_SCOPE
public static final PropertyReference.Kind INTERNAL_VALUE
public static final PropertyReference.Kind ORDINARY
public static PropertyReference.Kind 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 nullpublic static PropertyReference.Kind[] values()
for (PropertyReference.Kind c : PropertyReference.Kind.values()) System.out.println(c);
Copyright © 2012 Aarhus University