public enum QueryParameters extends Enum<QueryParameters>
| Enum Constant and Description |
|---|
CONFIG_NO |
CONFIG_YES |
DEPTH |
FORMAT_JSON |
FORMAT_XML |
INSERT_AFTER |
INSERT_BEFORE |
INSERT_FIRST |
INSERT_LAST |
| Modifier and Type | Method and Description |
|---|---|
static QueryParameters |
fromString(String text) |
String |
getQueryParameter() |
static QueryParameters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryParameters CONFIG_NO
public static final QueryParameters CONFIG_YES
public static final QueryParameters FORMAT_XML
public static final QueryParameters FORMAT_JSON
public static final QueryParameters INSERT_FIRST
public static final QueryParameters INSERT_LAST
public static final QueryParameters INSERT_BEFORE
public static final QueryParameters INSERT_AFTER
public static final QueryParameters DEPTH
public static QueryParameters[] values()
for (QueryParameters c : QueryParameters.values()) System.out.println(c);
public static QueryParameters 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 getQueryParameter()
public static QueryParameters fromString(String text)
Copyright © 2014. All rights reserved.