Uses of Enum
adql.query.operand.function.MathFunctionType
Packages that use MathFunctionType
-
Uses of MathFunctionType in adql.parser
Methods in adql.parser with parameters of type MathFunctionTypeModifier and TypeMethodDescriptionADQLQueryFactory.createMathFunction
(MathFunctionType type, ADQLOperand param1, ADQLOperand param2) -
Uses of MathFunctionType in adql.query.operand.function
Methods in adql.query.operand.function that return MathFunctionTypeModifier and TypeMethodDescriptionfinal MathFunctionType
MathFunction.getType()
Gets the type of the function (ABS, COS, SIN, ...).static MathFunctionType
Returns the enum constant of this type with the specified name.static MathFunctionType[]
MathFunctionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adql.query.operand.function with parameters of type MathFunctionTypeModifierConstructorDescriptionCreates a mathematical function without parameter.MathFunction
(MathFunctionType t, ADQLOperand parameter) Creates a mathematical function with only one parameter.MathFunction
(MathFunctionType t, ADQLOperand parameter1, ADQLOperand parameter2) Creates a mathematical function with two parameters.