public static enum QueryObject.ParserMode extends Enum<QueryObject.ParserMode>
| Enum Constant and Description |
|---|
MODE_ALLOW_RELAXED_SELECT |
MODE_STRICT |
| Modifier and Type | Method and Description |
|---|---|
static QueryObject.ParserMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryObject.ParserMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryObject.ParserMode MODE_STRICT
public static final QueryObject.ParserMode MODE_ALLOW_RELAXED_SELECT
public static QueryObject.ParserMode[] values()
for (QueryObject.ParserMode c : QueryObject.ParserMode.values()) System.out.println(c);
public static QueryObject.ParserMode 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 © 2009–2017 The Apache Software Foundation. All rights reserved.