Uses of Class
org.eclipse.datatools.connectivity.oda.util.manifest.Property

Packages that use Property
org.eclipse.datatools.connectivity.oda.design.ui.designsession [Provisional] An utility component that provides the services to handle the DTP ODA Design Session Model API objects. 
org.eclipse.datatools.connectivity.oda.util.manifest [Provisional] Provides a utility component for accessing the content of an ODA data source extension's manifest. 
 

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

Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession with parameters of type Property
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.
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.
 

Uses of Property in org.eclipse.datatools.connectivity.oda.util.manifest
 

Methods in org.eclipse.datatools.connectivity.oda.util.manifest that return Property
 Property[] ExtensionManifest.getProperties()
          Returns an array of Property instances that represent the properties defined by this data source extension.
 Property[] DataSetType.getProperties()
          Returns an array of Property instances that represent the properties defined by this data set element.
 



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