public interface Filter
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList |
getFilterArguments()
Return the List of FilterArgument objects contained by this Filter
|
org.eclipse.emf.common.util.EList |
getOrderByColumns()
Returns the List of Columns used to order the results
|
java.lang.String |
getPredicate()
Returns the value of the Predicate attribute.
|
Table |
getTable()
Returns the Table that contains this Filter
|
void |
setPredicate(java.lang.String value)
Sets the value of the '
Predicate ' attribute |
void |
setTable(Table value)
Sets the value of the '
Table ' container reference |
java.lang.String getPredicate()
void setPredicate(java.lang.String value)
Predicate
' attribute.
value
- the new value of the 'Predicate' attribute.getPredicate()
org.eclipse.emf.common.util.EList getOrderByColumns()
Table getTable()
void setTable(Table value)
Table
' container reference.
value
- the new value of the 'Table' container reference.getTable()
org.eclipse.emf.common.util.EList getFilterArguments()