Uses of Enum
adql.query.constraint.ComparisonOperator
Packages that use ComparisonOperator
-
Uses of ComparisonOperator in adql.parser
Methods in adql.parser with parameters of type ComparisonOperatorModifier and TypeMethodDescriptionADQLQueryFactory.createComparison
(ADQLOperand leftOp, ComparisonOperator op, ADQLOperand rightOp) -
Uses of ComparisonOperator in adql.query.constraint
Methods in adql.query.constraint that return ComparisonOperatorModifier and TypeMethodDescriptionComparison.getOperator()
Gets the comparison symbol.static ComparisonOperator
ComparisonOperator.getOperator
(String str) static ComparisonOperator
Returns the enum constant of this type with the specified name.static ComparisonOperator[]
ComparisonOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adql.query.constraint with parameters of type ComparisonOperatorModifier and TypeMethodDescriptionvoid
Comparison.setOperation
(ComparisonOperator newOperation) Changes the type of this operation.Constructors in adql.query.constraint with parameters of type ComparisonOperatorModifierConstructorDescriptionComparison
(ADQLOperand left, ComparisonOperator comp, ADQLOperand right) Creates a comparison between two operands.