|
Tuscany DAS for Relational Databases | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultDescriptor
A representation of the model object 'Result Descriptor'.
The following features are supported:
Method Summary | |
---|---|
String |
getColumnName()
Returns the value of the 'Column Name' attribute. |
String |
getColumnType()
Returns the value of the 'Column Type' attribute. |
String |
getCommand()
Returns the value of the 'Command' attribute. |
String |
getConverter()
Returns the value of the 'Converter' attribute. |
String |
getTableName()
Returns the value of the 'Table Name' attribute. |
void |
setColumnName(String value)
Sets the value of the ' Column Name ' attribute. |
void |
setColumnType(String value)
Sets the value of the ' Column Type ' attribute. |
void |
setCommand(String value)
Sets the value of the ' Command ' attribute. |
void |
setConverter(String value)
Sets the value of the ' Converter ' attribute. |
void |
setTableName(String value)
Sets the value of the ' Table Name ' attribute. |
Method Detail |
---|
String getColumnName()
If the meaning of the 'Column Name' attribute isn't clear, there really should be more of a description here...
setColumnName(String)
void setColumnName(String value)
Column Name
' attribute.
value
- the new value of the 'Column Name' attribute.getColumnName()
String getColumnType()
If the meaning of the 'Column Type' attribute isn't clear, there really should be more of a description here...
setColumnType(String)
void setColumnType(String value)
Column Type
' attribute.
value
- the new value of the 'Column Type' attribute.getColumnType()
String getCommand()
If the meaning of the 'Command' attribute isn't clear, there really should be more of a description here...
setCommand(String)
void setCommand(String value)
Command
' attribute.
value
- the new value of the 'Command' attribute.getCommand()
String getConverter()
If the meaning of the 'Converter' attribute isn't clear, there really should be more of a description here...
setConverter(String)
void setConverter(String value)
Converter
' attribute.
value
- the new value of the 'Converter' attribute.getConverter()
String getTableName()
If the meaning of the 'Table Name' attribute isn't clear, there really should be more of a description here...
setTableName(String)
void setTableName(String value)
Table Name
' attribute.
value
- the new value of the 'Table Name' attribute.getTableName()
|
Tuscany DAS for Relational Databases | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |