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
Subclasses with type arguments of type NodeType in org.datanucleus.store.query.compilerFields in org.datanucleus.store.query.compiler declared as NodeTypeMethods in org.datanucleus.store.query.compiler that return NodeTypeModifier and TypeMethodDescriptionNode.getNodeType()static NodeTypeReturns 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)