Uses of Interface
org.eclipse.datatools.connectivity.oda.design.FilterExpression

Packages that use FilterExpression
org.eclipse.datatools.connectivity.oda.design [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. 
org.eclipse.datatools.connectivity.oda.design.util Provides a utility component for handling of ODA Design API objects. 
 

Uses of FilterExpression in org.eclipse.datatools.connectivity.oda.design
 

Subinterfaces of FilterExpression in org.eclipse.datatools.connectivity.oda.design
 interface AndExpression
          A representation of the model object 'And Expression'.
 interface CompositeFilterExpression
          A representation of the model object 'Composite Filter Expression'.
 interface CustomFilterExpression
          A representation of the model object 'Custom Filter Expression'.
 interface DynamicFilterExpression
          A representation of the model object 'Dynamic Filter Expression'.
 interface NotExpression
          A representation of the model object 'Not Expression'.
 interface OrExpression
          A representation of the model object 'Or Expression'.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return FilterExpression
 FilterExpression ResultSetCriteria.getFilterSpecification()
          Returns the value of the 'Filter Specification' containment reference.
 FilterExpression NotExpression.getNegatingExpression()
          Returns the value of the 'Negating Expression' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return types with arguments of type FilterExpression
 org.eclipse.emf.common.util.EList<FilterExpression> CompositeFilterExpression.getChildren()
          Returns the value of the 'Children' containment reference list.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type FilterExpression
 void CompositeFilterExpression.add(FilterExpression childExpr)
          Appends the specified FilterExpression to its 'Children' containment reference list.
 void ResultSetCriteria.setFilterSpecification(FilterExpression value)
          Sets the value of the 'Filter Specification' containment reference.
 void NotExpression.setNegatingExpression(FilterExpression value)
          Sets the value of the 'Negating Expression' containment reference.
 

Uses of FilterExpression in org.eclipse.datatools.connectivity.oda.design.util
 

Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type FilterExpression
 T DesignSwitch.caseFilterExpression(FilterExpression object)
          Returns the result of interpreting the object as an instance of 'Filter Expression'.