public enum SystemQueryOptionKind extends Enum<SystemQueryOptionKind>
| Enum Constant and Description |
|---|
COUNT
See
CountOption |
EXPAND
See
ExpandOption |
FILTER
See
FilterOption |
FORMAT
See
FormatOption |
ID
See
IdOption |
LEVELS
|
ORDERBY
See
OrderByOption |
SEARCH
See
SearchOption |
SELECT
See
SelectOption |
SKIP
See
SkipOption |
SKIPTOKEN
See
SkipTokenOption |
TOP
See
TopOption |
| 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
public 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–2014 The Apache Software Foundation. All rights reserved.