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

Packages that use Properties
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.designsession [Experimental] Provides an utility component that provides the services to handle the DTP ODA Design Session Model API objects. 
 

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

Methods in org.eclipse.datatools.connectivity.oda.design that return Properties
 Properties DesignFactory.createProperties()
          Returns a new object of class 'Properties'.
 Properties DataSourceDesign.getPublicProperties()
          Returns the value of the 'Public Properties' containment reference.
 Properties DataSourceDesign.getPrivateProperties()
          Returns the value of the 'Private Properties' containment reference.
 Properties DataSetDesign.getPublicProperties()
          Returns the value of the 'Public Properties' containment reference.
 Properties DataSetDesign.getPrivateProperties()
          Returns the value of the 'Private Properties' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type Properties
 void DataSourceDesign.setPublicProperties(Properties value)
          Sets the value of the 'Public Properties' containment reference.
 void DataSourceDesign.setPrivateProperties(Properties value)
          Sets the value of the 'Private Properties' containment reference.
 void DataSetDesign.setPublicProperties(Properties value)
          Sets the value of the 'Public Properties' containment reference.
 void DataSetDesign.setPrivateProperties(Properties value)
          Sets the value of the 'Private Properties' containment reference.
 

Uses of Properties in org.eclipse.datatools.connectivity.oda.design.ui.designsession
 

Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession that return Properties
static Properties DesignSessionUtil.createDataSourcePublicProperties(java.lang.String odaDataSourceId, java.util.Properties utilProps)
          Creates an ODA design property collection for the public properties defined in an ODA runtime extension manifest.
static Properties DesignSessionUtil.createDataSourceNonPublicProperties(java.lang.String odaDataSourceId, java.util.Properties utilProps)
          Creates an ODA design property collection for those given properties that are not defined in an ODA runtime extension manifest.
 



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