public interface IFilter extends IModelObject
This interface will be implemented by objects that model a relational filter.
| Modifier and Type | Method and Description |
|---|---|
IDataStore |
getDataStore()
Get the datastore object that owns this model filter.
|
java.lang.String |
getName()
Obtains the name of this filter.
|
java.lang.String |
getWhereClauseString()
Returns the expression text representing the where clause defined on this filter condition.
|
boolean |
isStaticCheckEnabled()
Returns whether static check is enabled on this filter.
|
getGlobalId, getNumericIdjava.lang.String getName()
getName in interface IModelObjectboolean isStaticCheckEnabled()
true if enabled, false otherwisejava.lang.String getWhereClauseString()
IDataStore getDataStore()