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

Packages that use DataSetDesign
org.eclipse.datatools.connectivity.oda.design [Provisional] 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.ui.wizards [Experimental] Contains the base classes for extension of the data source/data set wizard and property page in the Open Data Access (ODA) Designer UI framework. 
 

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

Methods in org.eclipse.datatools.connectivity.oda.design that return DataSetDesign
 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.
 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 DesignSessionRequest.getDataSetDesign()
          Obtains the top-level Data Set Design associated with this Request session.
 DataSetDesign DesignFactory.createDataSetDesign()
          Returns a new object of class 'Data Set Design'.
 DataSetDesign DataAccessDesign.getDataSetDesign()
          Returns the value of the 'Data Set Design' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type DataSetDesign
 void DynamicValuesQuery.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.
 

Uses of DataSetDesign in org.eclipse.datatools.connectivity.oda.design.ui.wizards
 

Methods in org.eclipse.datatools.connectivity.oda.design.ui.wizards with parameters of type DataSetDesign
abstract  void DataSetWizardPage.setInitialDesign(DataSetDesign dataSetDesign)
          Sets the initial data set design definition to initialize the customized control of this wizard page.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.