|
||||||||||
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 | |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
ResultSetColumns |
getResultSetColumns()
Returns the value of the 'Result Set Columns' 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. |
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |