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

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

Methods in org.eclipse.datatools.connectivity.oda.design that return AtomicExpressionContext
 AtomicExpressionContext DesignFactory.createAtomicExpressionContext()
          Returns a new object of class 'Atomic Expression Context'.
 AtomicExpressionContext DynamicFilterExpression.getContext()
          Returns the value of the 'Context' containment reference.
 AtomicExpressionContext CustomFilterExpression.getContext()
          Returns the value of the 'Context' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type AtomicExpressionContext
 void DynamicFilterExpression.setContext(AtomicExpressionContext value)
          Sets the value of the 'Context' containment reference.
 void CustomFilterExpression.setContext(AtomicExpressionContext value)
          Sets the value of the 'Context' containment reference.
 

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

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