public class CQLFilterDefinition extends Object implements FilterDefinition<FilterGeoCqlImpl>
Modifier and Type | Field and Description |
---|---|
static String |
ID
The filter definition ID.
|
Constructor and Description |
---|
CQLFilterDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
asString(FilterGeoCqlImpl object)
Represent the given object as a definition string, so that it can be used
to again create an object instance using
ObjectDefinition.parse(String) . |
String |
getIdentifier()
Get the factory identifier.
|
Class<FilterGeoCqlImpl> |
getObjectClass()
Get the class of the supported object.
|
FilterGeoCqlImpl |
parse(String value)
Parse the given definition string and create an object instance.
|
public static final String ID
public String getIdentifier()
ObjectDefinition
:
getIdentifier
in interface ObjectDefinition<FilterGeoCqlImpl>
ObjectDefinition.getIdentifier()
public Class<FilterGeoCqlImpl> getObjectClass()
ObjectDefinition
getObjectClass
in interface ObjectDefinition<FilterGeoCqlImpl>
ObjectDefinition.getObjectClass()
public FilterGeoCqlImpl parse(String value)
ObjectDefinition
parse
in interface ObjectDefinition<FilterGeoCqlImpl>
value
- the definition string to parsenull
ObjectDefinition.parse(String)
public String asString(FilterGeoCqlImpl object)
ObjectDefinition
ObjectDefinition.parse(String)
.asString
in interface ObjectDefinition<FilterGeoCqlImpl>
object
- the object to create a string representation forObjectDefinition.asString(Object)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a