Uses of Enum
org.datanucleus.store.query.compiler.NodeType
Packages that use NodeType
Package
Description
Package handling the (generic) compilation of queries.
-
Uses of NodeType in org.datanucleus.store.query.compiler
Fields in org.datanucleus.store.query.compiler declared as NodeTypeMethods in org.datanucleus.store.query.compiler that return NodeTypeModifier and TypeMethodDescriptionNode.getNodeType()
static NodeType
Returns the enum constant of this type with the specified name.static NodeType[]
NodeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.datanucleus.store.query.compiler with parameters of type NodeTypeModifierConstructorDescriptionParameterNode
(NodeType nodeType, int position) ParameterNode
(NodeType nodeType, Object nodeValue, int position)