|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.datatools.connectivity.oda.design.ui.manifest.UIExtensionManifest
Encapsulates access to the content of an ODA design-time plug-in extension manifest.
| Method Summary | |
DataSetUIElement |
getDataSetUIElement(java.lang.String dataSetElementID)
Returns the DataSetUIElement instance that represents the dataSetUI element with the given id defined in this data source extension. |
java.lang.String[] |
getDataSetUIElementIDs()
Returns an array of ids of the dataSetUI elements defined in this data source extension. |
DataSetUIElement[] |
getDataSetUIElements()
Returns an array of DataSetUIElement instances that represent the dataSetUI elements defined in this data source extension. |
java.lang.String |
getDataSourceElementId()
Returns the fully qualified ID that uniquely identifies the ODA data source extension within an ODA consumer application's environment. |
DataSourceWizardInfo |
getDataSourceWizardInfo()
Returns the definition of customizable behavior of a data source wizard that allows an user to create a new ODA data source design instance. |
java.lang.String |
getNamespace()
Returns the extension plugin namespace. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getNamespace()
public java.lang.String getDataSourceElementId()
public DataSourceWizardInfo getDataSourceWizardInfo()
public DataSetUIElement[] getDataSetUIElements()
public java.lang.String[] getDataSetUIElementIDs()
public DataSetUIElement getDataSetUIElement(java.lang.String dataSetElementID)
throws OdaException
dataSetElementID - the id of the data set ui element.
OdaException - if there is no data set ui definition associated
with the specified data set element id, or
if there are more than one data set elements
that match the id.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||