public static enum Commands.CmdIndexInfo extends Enum<Commands.CmdIndexInfo>
Enum Constant and Description |
---|
ATTNAME |
ATTRIBUTE |
FULLTEXT |
NULL |
PATH |
TAG |
TEXT |
Modifier and Type | Method and Description |
---|---|
static Commands.CmdIndexInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Commands.CmdIndexInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Commands.CmdIndexInfo NULL
public static final Commands.CmdIndexInfo TEXT
public static final Commands.CmdIndexInfo ATTRIBUTE
public static final Commands.CmdIndexInfo FULLTEXT
public static final Commands.CmdIndexInfo PATH
public static final Commands.CmdIndexInfo TAG
public static final Commands.CmdIndexInfo ATTNAME
public static Commands.CmdIndexInfo[] values()
for (Commands.CmdIndexInfo c : Commands.CmdIndexInfo.values()) System.out.println(c);
public static Commands.CmdIndexInfo 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 nullCopyright © 2005–2015 BaseX Team. All rights reserved.