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