com.ibm.websphere.sdo.mediator.jdbc.metadata

Interface Filter


  1. public interface Filter
A filter applied to a table in the Metadata

Method Summary

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

Method Detail

getPredicate

  1. java.lang.String getPredicate()
Returns the value of the Predicate attribute.
Returns:
the predicate

setPredicate

  1. void setPredicate(java.lang.String value)
Sets the value of the ' Predicate' attribute.
Parameters:
value - the new value of the 'Predicate' attribute.
See Also:

getOrderByColumns

  1. org.eclipse.emf.common.util.EList getOrderByColumns( )
Returns the List of Columns used to order the results
Returns:
the list of order by columns

getTable

  1. Table getTable()
Returns the Table that contains this Filter
Returns:
the containing table

setTable

  1. void setTable(Table value)
Sets the value of the ' Table' container reference.
Parameters:
value - the new value of the 'Table' container reference.
See Also:

getFilterArguments

  1. org.eclipse.emf.common.util.EList getFilterArguments( )
Return the List of FilterArgument objects contained by this Filter
Returns:
the list of filter arguments