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

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

Methods in org.eclipse.datatools.connectivity.oda.design that return ExpressionParameters
 ExpressionParameters DesignFactory.createExpressionParameters()
          Returns a new object of class 'Expression Parameters'.
 ExpressionParameters ExpressionArguments.getExpressionParameters()
          Returns the value of the 'Expression Parameters' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type ExpressionParameters
 void ExpressionArguments.setExpressionParameters(ExpressionParameters value)
          Sets the value of the 'Expression Parameters' containment reference.
 

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

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