public static enum QBSubQuery.SubQueryType extends Enum<QBSubQuery.SubQueryType>
| Enum Constant and Description |
|---|
EXISTS |
IN |
NOT_EXISTS |
NOT_IN |
| Modifier and Type | Method and Description |
|---|---|
static QBSubQuery.SubQueryType |
get(ASTNode opNode) |
static QBSubQuery.SubQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QBSubQuery.SubQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QBSubQuery.SubQueryType EXISTS
public static final QBSubQuery.SubQueryType NOT_EXISTS
public static final QBSubQuery.SubQueryType IN
public static final QBSubQuery.SubQueryType NOT_IN
public static QBSubQuery.SubQueryType[] values()
for (QBSubQuery.SubQueryType c : QBSubQuery.SubQueryType.values()) System.out.println(c);
public static QBSubQuery.SubQueryType 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 QBSubQuery.SubQueryType get(ASTNode opNode) throws SemanticException
SemanticExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.