Uses of Enum
adql.query.operand.OperationType
Packages that use OperationType
-
Uses of OperationType in adql.parser
Methods in adql.parser with parameters of type OperationTypeModifier and TypeMethodDescriptionADQLQueryFactory.createOperation
(ADQLOperand leftOp, OperationType op, ADQLOperand rightOp) -
Uses of OperationType in adql.query.operand
Methods in adql.query.operand that return OperationTypeModifier and TypeMethodDescriptionfinal OperationType
Operation.getOperation()
Gets the operation symbol.static OperationType
OperationType.getOperator
(String str) static OperationType
Returns the enum constant of this type with the specified name.static OperationType[]
OperationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adql.query.operand with parameters of type OperationTypeModifier and TypeMethodDescriptionvoid
Operation.setOperation
(OperationType newOperation) Changes the type of this operation (SUM, SUB, MULT, DIV).Constructors in adql.query.operand with parameters of type OperationTypeModifierConstructorDescriptionOperation
(ADQLOperand leftOp, OperationType op, ADQLOperand rightOp) Builds an operation.