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

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

Methods in org.eclipse.datatools.connectivity.oda.design that return ScalarValueDefinition
 ScalarValueDefinition DesignFactory.createScalarValueDefinition()
          Returns a new object of class 'Scalar Value Definition'.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return types with arguments of type ScalarValueDefinition
 org.eclipse.emf.common.util.EList<ScalarValueDefinition> ScalarValueChoices.getScalarValues()
          Returns the value of the 'Scalar Values' containment reference list.
 

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

Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type ScalarValueDefinition
 T DesignSwitch.caseScalarValueDefinition(ScalarValueDefinition object)
          Returns the result of interpreting the object as an instance of 'Scalar Value Definition'.