Package org.n52.shetland.ogc.filter
Class AbstractQueryExpression
- java.lang.Object
-
- org.n52.shetland.ogc.filter.AbstractQueryExpression
-
- Direct Known Subclasses:
AbstractAdHocQueryExpression
public abstract class AbstractQueryExpression extends Object
abstract class for FES 2.0 AbstractQueryExpression- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description AbstractQueryExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHandle()booleanisSetHandle()AbstractQueryExpressionsetHandle(String handle)
-
-
-
Method Detail
-
getHandle
public String getHandle()
- Returns:
- the handle
-
setHandle
public AbstractQueryExpression setHandle(String handle)
- Parameters:
handle- the handle to set
-
isSetHandle
public boolean isSetHandle()
-
-