Class AbstractFunction
- java.lang.Object
-
- org.citydb.query.filter.selection.expression.AbstractFunction
-
- All Implemented Interfaces:
Expression
public abstract class AbstractFunction extends java.lang.Object implements Expression
-
-
Constructor Summary
Constructors Constructor Description AbstractFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionName
getExpressionName()
-
-
-
Method Detail
-
getExpressionName
public ExpressionName getExpressionName()
- Specified by:
getExpressionName
in interfaceExpression
-
-