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

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

Methods in org.eclipse.datatools.connectivity.oda.design that return DataSetDesign
 DataSetDesign DesignFactory.createDataSetDesign()
          Returns a new object of class 'Data Set Design'.
 DataSetDesign DynamicValuesQuery.getDataSetDesign()
          Returns the value of the 'Data Set Design' containment reference.
 DataSetDesign DesignSessionResponse.getDataSetDesign()
          Obtains the top-level Data Set Design associated with this Response session.
 DataSetDesign ResultSubset.getDataSetDesign()
          Returns the value of the 'Data Set Design' containment reference.
 DataSetDesign DataAccessDesign.getDataSetDesign()
          Returns the value of the 'Data Set Design' containment reference.
 DataSetDesign DesignSessionRequest.getDataSetDesign()
          Obtains the top-level Data Set Design associated with this Request session.
 DataSetDesign OdaDesignSession.getRequestDataSetDesign()
          Obtains the top-level Data Set Design associated with the Request session.
 DataSetDesign OdaDesignSession.getResponseDataSetDesign()
          Gets the Data Set Design associated with the Response session.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type DataSetDesign
 DesignSessionRequest DesignFactory.createDesignSessionRequest(DataSetDesign dataSetDesign)
          Creates and returns a new object of class 'Session Request' that contains the given DataSetDesign.
 void DynamicValuesQuery.setDataSetDesign(DataSetDesign value)
          Sets the value of the 'Data Set Design' containment reference.
 void ResultSubset.setDataSetDesign(DataSetDesign value)
          Sets the value of the 'Data Set Design' containment reference.
 void DataAccessDesign.setDataSetDesign(DataSetDesign value)
          Sets the value of the 'Data Set Design' containment reference.
 void DesignSessionRequest.setNewDataAccessDesign(DataSetDesign dataSetDesign)
          Sets the value of the 'Data Access Design' containment reference with a new data access design that contains the specified data set design.
 void OdaDesignSession.setNewRequest(DataSetDesign dataSetDesign)
          Sets the value of the 'Request' containment reference with a new request associated with the given data set design.
 void OdaDesignSession.setNewResponse(boolean isSessionOk, DataSetDesign dataSetDesign)
          Sets the value of the 'Response' containment reference with a new response that contains the given session status and DataSetDesign instance.
 

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

Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type DataSetDesign
 T DesignSwitch.caseDataSetDesign(DataSetDesign object)
          Returns the result of interpreting the object as an instance of 'Data Set Design'.