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

Packages that use Properties
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.ui.designsession A utility component that provides the services to handle the DTP ODA Design Session Model API objects. 
org.eclipse.datatools.connectivity.oda.design.util Provides a utility component for handling of ODA Design 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.getPrivateProperties()
          Returns the value of the 'Private Properties' containment reference.
 Properties DataSetDesign.getPrivateProperties()
          Returns the value of the 'Private Properties' containment reference.
 Properties DataSourceDesign.getPublicProperties()
          Returns the value of the 'Public Properties' containment reference.
 Properties DataSetDesign.getPublicProperties()
          Returns the value of the 'Public Properties' containment reference.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type Properties
 void DataSourceDesign.setPrivateProperties(Properties value)
          Sets the value of the 'Private Properties' containment reference.
 void DataSetDesign.setPrivateProperties(Properties value)
          Sets the value of the 'Private Properties' containment reference.
 void DataSourceDesign.setPublicProperties(Properties value)
          Sets the value of the 'Public Properties' containment reference.
 void DataSetDesign.setPublicProperties(Properties value)
          Sets the value of the 'Public 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.createDataSetNonPublicProperties(java.lang.String odaDataSourceId, java.lang.String odaDataSetId, java.util.Properties utilProps)
          Creates an ODA design property collection for those given data set properties that are not defined in an ODA runtime extension manifest.
static Properties DesignSessionUtil.createDataSetPublicProperties(java.lang.String odaDataSourceId, java.lang.String odaDataSetId, java.util.Properties utilProps)
          Creates an ODA design property collection for the data set 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 data source properties that are not defined in an ODA runtime extension manifest.
static Properties DesignSessionUtil.createDataSourcePublicProperties(java.lang.String odaDataSourceId, java.util.Properties utilProps)
          Creates an ODA design property collection for the data source public properties defined in an ODA runtime extension manifest.
static Properties DesignSessionUtil.createNonPublicProperties(Property[] publicPropDefns, java.util.Properties utilProps)
          Convert given Properties collection that are not defined as public properties in an ODA runtime extension manifest, into an ODA design property collection.
static Properties DesignSessionUtil.createPublicProperties(Property[] publicPropDefns, java.util.Properties utilProps)
          Convert specified public properties defined in an ODA runtime extension manifest, and corresponding values specified in the given Properties collection into an ODA design property collection.
 

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

Methods in org.eclipse.datatools.connectivity.oda.design.util that return Properties
static Properties DesignUtil.convertToDesignProperties(java.util.Properties utilProps)
          Converts the given java.util.Properties collection to ODA design properties that can be applied in an ODA data source or data set design definition.
 

Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type Properties
 T DesignSwitch.caseProperties(Properties object)
          Returns the result of interpreting the object as an instance of 'Properties'.
static java.util.Properties DesignUtil.convertDesignProperties(Properties designProps)
          Converts the given design properties defined in an ODA data source or data set design definition, to a java.util.Properties collection.