org.eclipse.datatools.connectivity.oda.design
Interface DataAccessDesign


public interface DataAccessDesign

The design of how to access a data set. Its model is a design tree that starts with a top-level dataSetDesign, which contains its corresponding dataSourceDesign. The top-level data set may contain nested data set designs.

The following features are supported:

See Also:
DesignPackage.getDataAccessDesign()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataSetDesign getDataSetDesign()
          Returns the value of the 'Data Set Design' containment reference.
 DataSourceDesign getDataSourceDesign()
          Returns the value of the Data Source Design associated with the Data Set.
 java.lang.String getOdaExtensionDataSourceId()
          Returns the ODA data source element ID that supports this data set's access.
 void setDataSetDesign(DataSetDesign value)
          Sets the value of the 'Data Set Design' containment reference.
 void setNewDataSetDesign(DataSourceDesign dataSourceDesign)
          Sets the value of the 'Data Set Design' containment reference with a new data set design associated with given data source design.
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getOdaExtensionDataSourceId

public java.lang.String getOdaExtensionDataSourceId()
Returns the ODA data source element ID that supports this data set's access. Could be null, if no data set design is defined.

See Also:
getDataSourceDesign()

getDataSetDesign

public DataSetDesign getDataSetDesign()
Returns the value of the 'Data Set Design' containment reference.

Returns:
the value of the 'Data Set Design' containment reference.
See Also:
setDataSetDesign(DataSetDesign), DesignPackage.getDataAccessDesign_DataSetDesign()

setDataSetDesign

public void setDataSetDesign(DataSetDesign value)
Sets the value of the 'Data Set Design' containment reference.

Parameters:
value - the new value of the 'Data Set Design' containment reference.
See Also:
getDataSetDesign()

setNewDataSetDesign

public void setNewDataSetDesign(DataSourceDesign dataSourceDesign)
Sets the value of the 'Data Set Design' containment reference with a new data set design associated with given data source design.

Parameters:
dataSourceDesign -
See Also:
#setDataSetDesign()

getDataSourceDesign

public DataSourceDesign getDataSourceDesign()
Returns the value of the Data Source Design associated with the Data Set.

Returns:
the value of the 'Data Source Design' containment reference.
See Also:
#setNewDataSetDesign()


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