|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NodeType>
org.datanucleus.query.node.NodeType
public enum NodeType
Enum of node types.
| Enum Constant Summary | |
|---|---|
ARRAY
cast node type |
|
CASE
"type" node type (JPQL, like "instanceof" |
|
CAST
parameter node type |
|
CLASS
operator node type. |
|
CREATOR
operator node type. |
|
IDENTIFIER
type name node type. |
|
INVOKE
literal node type |
|
LITERAL
|
|
NAME
invoke node type. |
|
OPERATOR
identifier node type |
|
PARAMETER
class node type (e.g use in a "from" clause for a candidate). |
|
SUBQUERY
array node type |
|
TYPE
subquery node type (EXISTS, ANY, SOME, ALL, etc) |
|
| Method Summary | |
|---|---|
static NodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NodeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NodeType LITERAL
public static final NodeType INVOKE
public static final NodeType NAME
public static final NodeType IDENTIFIER
public static final NodeType OPERATOR
public static final NodeType CREATOR
public static final NodeType CLASS
public static final NodeType PARAMETER
public static final NodeType CAST
public static final NodeType ARRAY
public static final NodeType SUBQUERY
public static final NodeType TYPE
public static final NodeType CASE
| Method Detail |
|---|
public static NodeType[] values()
for (NodeType c : NodeType.values()) System.out.println(c);
public static NodeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||