|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | [Platform API] 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.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 Property in org.eclipse.datatools.connectivity.oda.util.manifest |
---|
Methods in org.eclipse.datatools.connectivity.oda.util.manifest that return Property | |
---|---|
Property[] |
ExtensionManifest.getHiddenProperties()
A convenience method to return an array of Property definition instances that represent the properties defined as hidden by this data source extension. |
Property[] |
DataSetType.getHiddenProperties()
A convenience method to return an array of Property definition instances that represent the properties defined as hidden by this data set element. |
static Property[] |
ManifestUtil.getHiddenPropertiesDefn(Property[] driverDefinedProps,
java.util.Properties propertiesVisibility)
Returns a collection of property definition from the specified driverDefinedProps that are defined to be hidden. |
Property[] |
ExtensionManifest.getProperties()
Returns an array of Property definition instances that represent all the properties defined and inherited by this data source extension. |
Property[] |
DataSetType.getProperties()
Returns an array of Property definition instances that represent all the properties defined by this data set element. |
Property[] |
ExtensionManifest.getProperties(boolean includeInheritedProps)
Returns an array of Property definition instances that represent all the properties defined by this data source extension, plus optionally include inherited ones. |
Property |
ExtensionManifest.getProperty(java.lang.String propertyName)
Returns the Property definition instance that matches the specified name in the list of properties defined by this data source extension. |
Property |
DataSetType.getProperty(java.lang.String propertyName)
Returns the Property definition instance that matches the specified name in the list of properties defined by this data set element. |
Property[] |
ExtensionManifest.getVisibleProperties()
A convenience method to return an array of Property definition instances that represent the properties defined as visible by this data source extension. |
Property[] |
DataSetType.getVisibleProperties()
A convenience method to return an array of Property definition instances that represent the properties defined as visible by this data set element. |
static Property[] |
ManifestUtil.getVisiblePropertiesDefn(Property[] driverDefinedProps,
java.util.Properties propertiesVisibility)
Returns a collection of property definition from the specified driverDefinedProps that are defined to be visible. |
Methods in org.eclipse.datatools.connectivity.oda.util.manifest with parameters of type Property | |
---|---|
static Property[] |
ManifestUtil.getHiddenPropertiesDefn(Property[] driverDefinedProps,
java.util.Properties propertiesVisibility)
Returns a collection of property definition from the specified driverDefinedProps that are defined to be hidden. |
static Property[] |
ManifestUtil.getVisiblePropertiesDefn(Property[] driverDefinedProps,
java.util.Properties propertiesVisibility)
Returns a collection of property definition from the specified driverDefinedProps that are defined to be visible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |