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 ComparisonOperatorComparisonOperator.getOperator(String str) static ComparisonOperatorReturns 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 TypeMethodDescriptionvoidComparison.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.