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

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

Methods in org.eclipse.datatools.connectivity.oda.design that return ExpressionArguments
 ExpressionArguments DesignFactory.createExpressionArguments()
          Returns a new object of class 'Expression Arguments'.
 ExpressionArguments AtomicExpressionContext.getArguments()
          Returns the value of the 'Arguments' containment reference.
 ExpressionArguments DynamicFilterExpression.getContextArguments()
          Returns the expression arguments design in the 'Context' containment reference.
 ExpressionArguments CustomFilterExpression.getContextArguments()
          Returns the expression arguments design in the 'Context' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type ExpressionArguments
 void AtomicExpressionContext.setArguments(ExpressionArguments value)
          Sets the value of the 'Arguments' containment reference.
 void DynamicFilterExpression.setContextArguments(ExpressionArguments arguments)
          Sets the expression arguments design in the 'Context' containment reference.
 void CustomFilterExpression.setContextArguments(ExpressionArguments arguments)
          Sets the expression arguments design in the 'Context' containment reference.
 

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

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