| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataSetDesign
A design-time data set definition.
The following features are supported:
NameOda Extension Data Set IdData Source DesignQueryDisplay NamePublic PropertiesPrivate PropertiesResult SetsPrimary Result Set NameParameters
DesignPackage.getDataSetDesign()| Field Summary | |
|---|---|
| static java.lang.String | copyright | 
| Method Summary | |
|---|---|
|  DataSourceDesign | getDataSourceDesign()Returns the value of the 'Data Source Design' containment reference. | 
|  java.lang.String | getDisplayName()Returns the value of the 'Display Name' attribute. | 
|  java.lang.String | getDisplayNameKey()Returns the resource key of the 'Display Name' attribute. | 
|  java.lang.String | getName()Returns the value of the 'Name' attribute. | 
|  java.lang.String | getOdaExtensionDataSetId()Returns the value of the 'Oda Extension Data Set Id' attribute. | 
|  java.lang.String | getOdaExtensionDataSourceId()Returns the ODA data source element ID of the dataSourceDesign that supports this type of data set. | 
|  DataSetParameters | getParameters()Returns the value of the 'Parameters' containment reference. | 
|  ResultSetDefinition | getPrimaryResultSet()Returns the primary result set's definition in the 'Result Sets' containment reference. | 
|  java.lang.String | getPrimaryResultSetName()Returns the value of the 'Primary Result Set Name' attribute. | 
|  Properties | getPrivateProperties()Returns the value of the 'Private Properties' containment reference. | 
|  Properties | getPublicProperties()Returns the value of the 'Public Properties' containment reference. | 
|  DataSetQuery | getQuery()Returns the value of the 'Query' containment reference. | 
|  java.lang.String | getQueryText()Returns the value of the 'Query Text' attribute in the associated 'Query' containment reference. | 
|  ResultSets | getResultSets()Returns the value of the 'Result Sets' containment reference. | 
|  void | setDataSourceDesign(DataSourceDesign value)Sets the value of the ' Data Source Design' containment reference. | 
|  void | setDisplayName(java.lang.String value)Sets the value of the ' Display Name' attribute. | 
|  void | setDisplayNameKey(java.lang.String value)Sets the resource key of the ' Display Name' attribute. | 
|  void | setName(java.lang.String value)Sets the value of the ' Name' attribute. | 
|  void | setOdaExtensionDataSetId(java.lang.String value)Sets the value of the ' Oda Extension Data Set Id' attribute. | 
|  void | setParameters(DataSetParameters value)Sets the value of the ' Parameters' containment reference. | 
|  void | setPrimaryResultSet(ResultSetDefinition resultSetDefn)Sets the primary result set's definition in the 'Result Sets' containment reference. | 
|  void | setPrimaryResultSetName(java.lang.String value)Sets the value of the ' Primary Result Set Name' attribute. | 
|  void | setPrivateProperties(Properties value)Sets the value of the ' Private Properties' containment reference. | 
|  void | setPublicProperties(Properties value)Sets the value of the ' Public Properties' containment reference. | 
|  void | setQuery(DataSetQuery value)Sets the value of the ' Query' containment reference. | 
|  void | setQueryText(java.lang.String queryText)Sets the value of the ' Query' containment reference
 with the given query text attribute. | 
|  void | setResultSets(ResultSets value)Sets the value of the ' Result Sets' containment reference. | 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
|---|
| eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset | 
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier | 
|---|
| eAdapters, eDeliver, eNotify, eSetDeliver | 
| Field Detail | 
|---|
static final java.lang.String copyright
| Method Detail | 
|---|
java.lang.String getOdaExtensionDataSourceId()
getDataSourceDesign()java.lang.String getName()
setName(String), 
DesignPackage.getDataSetDesign_Name()void setName(java.lang.String value)
Name' attribute.
 
 
value - the new value of the 'Name' attribute.getName()java.lang.String getOdaExtensionDataSetId()
setOdaExtensionDataSetId(String), 
DesignPackage.getDataSetDesign_OdaExtensionDataSetId()void setOdaExtensionDataSetId(java.lang.String value)
Oda Extension Data Set Id' attribute.
 
 
value - the new value of the 'Oda Extension Data Set Id' attribute.getOdaExtensionDataSetId()DataSourceDesign getDataSourceDesign()
setDataSourceDesign(DataSourceDesign), 
DesignPackage.getDataSetDesign_DataSourceDesign()void setDataSourceDesign(DataSourceDesign value)
Data Source Design' containment reference.
 
 
value - the new value of the 'Data Source Design' containment reference.getDataSourceDesign()DataSetQuery getQuery()
setQuery(DataSetQuery), 
DesignPackage.getDataSetDesign_Query()java.lang.String getQueryText()
getQuery()void setQuery(DataSetQuery value)
Query' containment reference.
 
 
value - the new value of the 'Query' containment reference.getQuery()void setQueryText(java.lang.String queryText)
Query' containment reference
 with the given query text attribute.
queryText - the value of the 'Query Text' attribute
                  of the 'Query' containment reference#setQuery()java.lang.String getDisplayName()
setDisplayName(String), 
DesignPackage.getDataSetDesign_DisplayName(), 
getDisplayNameKey()void setDisplayName(java.lang.String value)
Display Name' attribute.
 
 
value - the new value of the 'Display Name' attribute.getDisplayName(), 
setDisplayNameKey(String)java.lang.String getDisplayNameKey()
setDisplayNameKey(String), 
getDisplayName(), 
DataSourceDesign.getResourceFile()void setDisplayNameKey(java.lang.String value)
Display Name' attribute.
value - the new resource key of the 'Display Name' attribute;
              may be null to resetgetDisplayNameKey(), 
setDisplayName(String), 
DataSourceDesign.getResourceFile()Properties getPublicProperties()
setPublicProperties(Properties), 
DesignPackage.getDataSetDesign_PublicProperties()void setPublicProperties(Properties value)
Public Properties' containment reference.
 
 
value - the new value of the 'Public Properties' containment reference.getPublicProperties()Properties getPrivateProperties()
setPrivateProperties(Properties), 
DesignPackage.getDataSetDesign_PrivateProperties()void setPrivateProperties(Properties value)
Private Properties' containment reference.
 
 
value - the new value of the 'Private Properties' containment reference.getPrivateProperties()ResultSets getResultSets()
setResultSets(ResultSets), 
DesignPackage.getDataSetDesign_ResultSets()void setResultSets(ResultSets value)
Result Sets' containment reference.
 
 
value - the new value of the 'Result Sets' containment reference.getResultSets()ResultSetDefinition getPrimaryResultSet()
getPrimaryResultSetName(), 
getResultSets()void setPrimaryResultSet(ResultSetDefinition resultSetDefn)
resultSet - the primary result set's definition;
                  a null value is ignoredsetPrimaryResultSetName(String), 
setResultSets(ResultSets)java.lang.String getPrimaryResultSetName()
setPrimaryResultSetName(String), 
DesignPackage.getDataSetDesign_PrimaryResultSetName()void setPrimaryResultSetName(java.lang.String value)
Primary Result Set Name' attribute.
 
 
value - the new value of the 'Primary Result Set Name' attribute.getPrimaryResultSetName()DataSetParameters getParameters()
setParameters(DataSetParameters), 
DesignPackage.getDataSetDesign_Parameters()void setParameters(DataSetParameters value)
Parameters' containment reference.
 
 
value - the new value of the 'Parameters' containment reference.getParameters()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||