|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filter
A filter applied to a table in the Metadata
Method Summary | |
---|---|
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 |
Method Detail |
---|
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()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |