Uses of Class
adql.query.constraint.ComparisonOperator
-
Packages that use ComparisonOperator Package Description adql.parser adql.query.constraint -
-
Uses of ComparisonOperator in adql.parser
Methods in adql.parser with parameters of type ComparisonOperator Modifier and Type Method Description Comparison
ADQLQueryFactory. createComparison(ADQLOperand leftOp, ComparisonOperator op, ADQLOperand rightOp)
-
Uses of ComparisonOperator in adql.query.constraint
Methods in adql.query.constraint that return ComparisonOperator Modifier and Type Method Description ComparisonOperator
Comparison. getOperator()
Gets the comparison symbol.static ComparisonOperator
ComparisonOperator. getOperator(java.lang.String str)
static ComparisonOperator
ComparisonOperator. valueOf(java.lang.String name)
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 ComparisonOperator Modifier and Type Method Description void
Comparison. setOperation(ComparisonOperator newOperation)
Changes the type of this operation.Constructors in adql.query.constraint with parameters of type ComparisonOperator Constructor Description Comparison(ADQLOperand left, ComparisonOperator comp, ADQLOperand right)
Creates a comparison between two operands.
-