| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultSetDefinition
Definition of a single homogeneous result set returned by a data set query.
The following features are supported:
DesignPackage.getResultSetDefinition()| Field Summary | |
|---|---|
| static java.lang.String | copyright | 
| Method Summary | |
|---|---|
|  ResultSetCriteria | getCriteria()Returns the value of the 'Criteria' containment reference. | 
|  java.lang.String | getName()Returns the value of the 'Name' attribute. | 
|  ResultSetColumns | getResultSetColumns()Returns the value of the 'Result Set Columns' containment reference. | 
|  void | setCriteria(ResultSetCriteria value)Sets the value of the ' Criteria' containment reference. | 
|  void | setName(java.lang.String value)Sets the value of the ' Name' attribute. | 
|  void | setResultSetColumns(ResultSetColumns value)Sets the value of the ' Result Set Columns' 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 getName()
setName(String), 
DesignPackage.getResultSetDefinition_Name()void setName(java.lang.String value)
Name' attribute.
 
 
value - the new value of the 'Name' attribute.getName()ResultSetColumns getResultSetColumns()
setResultSetColumns(ResultSetColumns), 
DesignPackage.getResultSetDefinition_ResultSetColumns()void setResultSetColumns(ResultSetColumns value)
Result Set Columns' containment reference.
 
 
value - the new value of the 'Result Set Columns' containment reference.getResultSetColumns()ResultSetCriteria getCriteria()
If the meaning of the 'Criteria' containment reference isn't clear, there really should be more of a description here...
setCriteria(ResultSetCriteria), 
DesignPackage.getResultSetDefinition_Criteria()void setCriteria(ResultSetCriteria value)
Criteria' containment reference.
 
 
value - the new value of the 'Criteria' containment reference.getCriteria()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||