|
||||||||||
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 | |
---|---|
int |
getColumnIndex()
Returns the value of the 'Column Index' attribute. |
java.lang.String |
getColumnName()
Returns the value of the 'Column Name' attribute. |
java.lang.String |
getColumnType()
Returns the value of the 'Column Type' attribute. |
java.lang.String |
getSchemaName()
Returns the value of the 'Schema Name' attribute. |
java.lang.String |
getTableName()
Returns the value of the 'Table Name' attribute. |
void |
setColumnIndex(int value)
Sets the value of the ' Column Index ' attribute. |
void |
setColumnName(java.lang.String value)
Sets the value of the ' Column Name ' attribute. |
void |
setColumnType(java.lang.String value)
Sets the value of the ' Column Type ' attribute. |
void |
setSchemaName(java.lang.String value)
Sets the value of the ' Schema Name ' attribute. |
void |
setTableName(java.lang.String value)
Sets the value of the ' Table Name ' attribute. |
Method Detail |
---|
int getColumnIndex()
"-1"
.
If the meaning of the 'Column Index' attribute isn't clear, there really should be more of a description here...
setColumnIndex(int)
void setColumnIndex(int value)
Column Index
' attribute.
value
- the new value of the 'Column Index' attribute.getColumnIndex()
java.lang.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(java.lang.String value)
Column Name
' attribute.
value
- the new value of the 'Column Name' attribute.getColumnName()
java.lang.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(java.lang.String value)
Table Name
' attribute.
value
- the new value of the 'Table Name' attribute.getTableName()
java.lang.String getSchemaName()
If the meaning of the 'Schema Name' attribute isn't clear, there really should be more of a description here...
setSchemaName(String)
void setSchemaName(java.lang.String value)
Schema Name
' attribute.
value
- the new value of the 'Schema Name' attribute.getSchemaName()
java.lang.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(java.lang.String value)
Column Type
' attribute.
value
- the new value of the 'Column Type' attribute.getColumnType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |