|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A design-time data set definition.
The following features are supported:
Name
Oda Extension Data Set Id
Data Source Design
Query
Display Name
Public Properties
Private Properties
Result Sets
Primary Result Set Name
Parameters
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 |
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 |
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. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public java.lang.String getOdaExtensionDataSourceId()
getDataSourceDesign()
public java.lang.String getName()
setName(String)
,
DesignPackage.getDataSetDesign_Name()
public void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
public java.lang.String getOdaExtensionDataSetId()
setOdaExtensionDataSetId(String)
,
DesignPackage.getDataSetDesign_OdaExtensionDataSetId()
public 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()
public DataSourceDesign getDataSourceDesign()
setDataSourceDesign(DataSourceDesign)
,
DesignPackage.getDataSetDesign_DataSourceDesign()
public void setDataSourceDesign(DataSourceDesign value)
Data Source Design
' containment reference.
value
- the new value of the 'Data Source Design' containment reference.getDataSourceDesign()
public DataSetQuery getQuery()
setQuery(DataSetQuery)
,
DesignPackage.getDataSetDesign_Query()
public java.lang.String getQueryText()
getQuery()
public void setQuery(DataSetQuery value)
Query
' containment reference.
value
- the new value of the 'Query' containment reference.getQuery()
public 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()
public java.lang.String getDisplayName()
setDisplayName(String)
,
DesignPackage.getDataSetDesign_DisplayName()
public void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
public Properties getPublicProperties()
setPublicProperties(Properties)
,
DesignPackage.getDataSetDesign_PublicProperties()
public void setPublicProperties(Properties value)
Public Properties
' containment reference.
value
- the new value of the 'Public Properties' containment reference.getPublicProperties()
public Properties getPrivateProperties()
setPrivateProperties(Properties)
,
DesignPackage.getDataSetDesign_PrivateProperties()
public void setPrivateProperties(Properties value)
Private Properties
' containment reference.
value
- the new value of the 'Private Properties' containment reference.getPrivateProperties()
public ResultSets getResultSets()
setResultSets(ResultSets)
,
DesignPackage.getDataSetDesign_ResultSets()
public void setResultSets(ResultSets value)
Result Sets
' containment reference.
value
- the new value of the 'Result Sets' containment reference.getResultSets()
public ResultSetDefinition getPrimaryResultSet()
getPrimaryResultSetName()
,
getResultSets()
public void setPrimaryResultSet(ResultSetDefinition resultSetDefn)
setPrimaryResultSetName(String)
,
setResultSets(ResultSets)
public java.lang.String getPrimaryResultSetName()
setPrimaryResultSetName(String)
,
DesignPackage.getDataSetDesign_PrimaryResultSetName()
public void setPrimaryResultSetName(java.lang.String value)
Primary Result Set Name
' attribute.
value
- the new value of the 'Primary Result Set Name' attribute.getPrimaryResultSetName()
public DataSetParameters getParameters()
setParameters(DataSetParameters)
,
DesignPackage.getDataSetDesign_Parameters()
public 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 |