public enum SystemQueryOptionKind extends Enum<SystemQueryOptionKind>
| Enum Constant and Description |
|---|
COUNT |
EXPAND |
FILTER |
FORMAT |
ID |
LEVELS |
ORDERBY |
SEARCH |
SELECT |
SKIP |
SKIPTOKEN |
TOP |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SystemQueryOptionKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemQueryOptionKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemQueryOptionKind FILTER
FilterOptionpublic static final SystemQueryOptionKind FORMAT
FormatOptionpublic static final SystemQueryOptionKind EXPAND
ExpandOptionpublic static final SystemQueryOptionKind ID
IdOptionpublic static final SystemQueryOptionKind COUNT
CountOptionpublic static final SystemQueryOptionKind ORDERBY
OrderByOptionpublic static final SystemQueryOptionKind SEARCH
SearchOptionpublic static final SystemQueryOptionKind SELECT
SelectOptionpublic static final SystemQueryOptionKind SKIP
SkipOptionpublic static final SystemQueryOptionKind SKIPTOKEN
SkipTokenOptionpublic static final SystemQueryOptionKind TOP
TopOptionpublic static final SystemQueryOptionKind LEVELS
LevelsExpandOptionpublic static SystemQueryOptionKind[] values()
for (SystemQueryOptionKind c : SystemQueryOptionKind.values()) System.out.println(c);
public static SystemQueryOptionKind 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 String toString()
toString in class Enum<SystemQueryOptionKind>Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.