public static enum QueryClient.QueryType extends Enum<QueryClient.QueryType>
org.apache.jackrabbit.oak.query.QueryEngineImpl
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static QueryClient.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryClient.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryClient.QueryType SQL2
public static final QueryClient.QueryType SQL
public static final QueryClient.QueryType XPATH
public static final QueryClient.QueryType JQOM
public static QueryClient.QueryType[] values()
for (QueryClient.QueryType c : QueryClient.QueryType.values()) System.out.println(c);
public static QueryClient.QueryType 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<QueryClient.QueryType>
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.