|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultSubset
A representation of the model object 'Result Subset'. Defines a subset of columns in a data set design's result set.
The following features are supported:
DesignPackage.getResultSubset()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addColumnIdentifier(DataElementIdentifier columnIdentifier)
Appends the specified column identifier to the end of the 'Column Identifiers' containment reference list. |
void |
addColumnIdentifier(java.lang.String columnName)
Appends the specified column, identified by name only, to the end of the 'Column Identifiers' containment reference list. |
void |
addColumnIdentifier(java.lang.String columnName,
int columnPosition)
Appends the specified column, identified by name and position, to the end of the 'Column Identifiers' containment reference list. |
DataElementIdentifiers |
getColumnIdentifiers()
Returns the value of the 'Column Identifiers' containment reference. |
DataSetDesign |
getDataSetDesign()
Returns the value of the 'Data Set Design' containment reference. |
java.lang.String |
getResultSetName()
Returns the value of the 'Result Set Name' attribute. |
void |
setColumnIdentifiers(DataElementIdentifiers value)
Sets the value of the ' Column Identifiers ' containment reference. |
void |
setDataSetDesign(DataSetDesign value)
Sets the value of the ' Data Set Design ' containment reference. |
void |
setResultSetName(java.lang.String value)
Sets the value of the ' Result Set Name ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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 |
---|
DataSetDesign getDataSetDesign()
setDataSetDesign(DataSetDesign)
,
DesignPackage.getResultSubset_DataSetDesign()
void setDataSetDesign(DataSetDesign value)
Data Set Design
' containment reference.
value
- the new value of the 'Data Set Design' containment reference.getDataSetDesign()
java.lang.String getResultSetName()
setResultSetName(String)
,
DesignPackage.getResultSubset_ResultSetName()
void setResultSetName(java.lang.String value)
Result Set Name
' attribute.
value
- the new value of the 'Result Set Name' attribute.getResultSetName()
DataElementIdentifiers getColumnIdentifiers()
setColumnIdentifiers(DataElementIdentifiers)
,
DesignPackage.getResultSubset_ColumnIdentifiers()
void setColumnIdentifiers(DataElementIdentifiers value)
Column Identifiers
' containment reference.
value
- the new value of the 'Column Identifiers' containment reference.getColumnIdentifiers()
void addColumnIdentifier(java.lang.String columnName)
columnName
- the name of column identifier to be appendedvoid addColumnIdentifier(java.lang.String columnName, int columnPosition)
columnName
- the name of column identifier to be appended;
the name may be empty if the column can only be identified by positioncolumnPosition
- the 1-based position of the column within a result setvoid addColumnIdentifier(DataElementIdentifier columnIdentifier)
columnIdentifier
- the column identifier to be appended
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |