public interface ADQLOperand extends ADQLObject
Any ADQL operand (an operation, a constant, a column name, a function, ...) must implement this interface and indicates whether it corresponds to a numeric, a string or a geometrical region value.
Modifier and Type | Method and Description |
---|---|
boolean |
isGeometry()
Tell whether this operand is a geometrical region or not.
|
boolean |
isNumeric()
Tell whether this operand is numeric or not.
|
boolean |
isString()
Tell whether this operand is a string or not.
|
adqlIterator, getCopy, getName, getPosition, toADQL
boolean isNumeric()
boolean isString()
boolean isGeometry()