Interface Operator
-
- All Superinterfaces:
Predicate
- All Known Implementing Classes:
AbstractComparisonOperator
,AbstractIdOperator
,AbstractLogicalOperator
,AbstractSpatialOperator
,BetweenOperator
,BinaryComparisonOperator
,BinaryLogicalOperator
,BinarySpatialOperator
,DatabaseIdOperator
,DistanceOperator
,LikeOperator
,NotOperator
,NullOperator
,ResourceIdOperator
,SelectOperator
public interface Operator extends Predicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperatorName
getOperatorName()
-
Methods inherited from interface org.citydb.query.filter.selection.Predicate
copy, getPredicateName
-
-
-
-
Method Detail
-
getOperatorName
OperatorName getOperatorName()
-
-