public enum PivotListEntry extends Enum<PivotListEntry>
Modifier and Type | Method and Description |
---|---|
static PivotListEntry |
get(String name)
Case-insensitive lookup of PivotListEntry by name
|
int |
getIndex()
Indec of this entry when used in response
|
String |
getName()
Name of this entry when used in response
|
static PivotListEntry |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotListEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PivotListEntry FIELD
public static final PivotListEntry VALUE
public static final PivotListEntry COUNT
public static final PivotListEntry PIVOT
public static PivotListEntry[] values()
for (PivotListEntry c : PivotListEntry.values()) System.out.println(c);
public static PivotListEntry 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 PivotListEntry get(String name)
getName()
public String getName()
get(java.lang.String)
public int getIndex()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.