public enum SystemQueryOptionKind extends Enum<SystemQueryOptionKind>
Enum Constant and Description |
---|
APPLY |
COUNT |
DELTATOKEN |
EXPAND |
FILTER |
FORMAT |
ID |
LEVELS |
ORDERBY |
SEARCH |
SELECT |
SKIP |
SKIPTOKEN |
TOP |
Modifier and Type | Method and Description |
---|---|
static SystemQueryOptionKind |
get(String option)
Converts the URI syntax to an enumeration value.
|
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
FilterOption
public static final SystemQueryOptionKind FORMAT
FormatOption
public static final SystemQueryOptionKind EXPAND
ExpandOption
public static final SystemQueryOptionKind ID
IdOption
public static final SystemQueryOptionKind COUNT
CountOption
public static final SystemQueryOptionKind ORDERBY
OrderByOption
public static final SystemQueryOptionKind SEARCH
SearchOption
public static final SystemQueryOptionKind SELECT
SelectOption
public static final SystemQueryOptionKind SKIP
SkipOption
public static final SystemQueryOptionKind SKIPTOKEN
SkipTokenOption
public static final SystemQueryOptionKind TOP
TopOption
public static final SystemQueryOptionKind LEVELS
LevelsExpandOption
public static final SystemQueryOptionKind DELTATOKEN
deltaTokenOption
public static final SystemQueryOptionKind APPLY
ApplyOption
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 static SystemQueryOptionKind get(String option)
option
- option in the syntax used in the URInull
if the option does not represent a system query option)public String toString()
toString
in class Enum<SystemQueryOptionKind>
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.