|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<StatsKey.Kind>
org.basex.data.StatsKey.Kind
public static enum StatsKey.Kind
Kind of Contents.
| Enum Constant Summary | |
|---|---|
CAT
Category. |
|
DBL
Numeric. |
|
INT
Numeric. |
|
NONE
No Texts. |
|
TEXT
Text. |
|
| Method Summary | |
|---|---|
static StatsKey.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StatsKey.Kind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final StatsKey.Kind TEXT
public static final StatsKey.Kind CAT
public static final StatsKey.Kind INT
public static final StatsKey.Kind DBL
public static final StatsKey.Kind NONE
| Method Detail |
|---|
public static StatsKey.Kind[] values()
for (StatsKey.Kind c : StatsKey.Kind.values()) System.out.println(c);
public static StatsKey.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 name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||