Uses of Class
org.apache.qpid.server.query.engine.evaluator.EvaluationPhase
-
Packages that use EvaluationPhase Package Description org.apache.qpid.server.query.engine.evaluator -
-
Uses of EvaluationPhase in org.apache.qpid.server.query.engine.evaluator
Methods in org.apache.qpid.server.query.engine.evaluator that return EvaluationPhase Modifier and Type Method Description static EvaluationPhaseEvaluationPhase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EvaluationPhase[]EvaluationPhase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-