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

Packages that use FilterExpressionType
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 FilterExpressionType in org.eclipse.datatools.connectivity.oda.design
 

Methods in org.eclipse.datatools.connectivity.oda.design that return FilterExpressionType
 FilterExpressionType DesignFactory.createFilterExpressionType()
          Returns a new object of class 'Filter Expression Type'.
 FilterExpressionType DynamicFilterExpression.getDefaultType()
          Returns the value of the 'Default Type' containment reference.
 FilterExpressionType CustomFilterExpression.getType()
          Returns the value of the 'Type' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type FilterExpressionType
 void DynamicFilterExpression.setDefaultType(FilterExpressionType value)
          Sets the value of the 'Default Type' containment reference.
 void CustomFilterExpression.setType(FilterExpressionType value)
          Sets the value of the 'Type' containment reference.
 

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

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