Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.config
Interface ResultDescriptor

All Known Implementing Classes:
ResultDescriptorImpl

public interface ResultDescriptor

A representation of the model object 'Result Descriptor'.

The following features are supported:


Method Summary
 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 getCommand()
          Returns the value of the 'Command' attribute.
 java.lang.String getConverter()
          Returns the value of the 'Converter' attribute.
 java.lang.String getTableName()
          Returns the value of the 'Table Name' 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 setCommand(java.lang.String value)
          Sets the value of the 'Command' attribute.
 void setConverter(java.lang.String value)
          Sets the value of the 'Converter' attribute.
 void setTableName(java.lang.String value)
          Sets the value of the 'Table Name' attribute.
 

Method Detail

getColumnName

java.lang.String getColumnName()
Returns the value of the 'Column Name' attribute.

If the meaning of the 'Column Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Column Name' attribute.
See Also:
setColumnName(String)

setColumnName

void setColumnName(java.lang.String value)
Sets the value of the 'Column Name' attribute.

Parameters:
value - the new value of the 'Column Name' attribute.
See Also:
getColumnName()

getColumnType

java.lang.String getColumnType()
Returns the value of the 'Column Type' attribute.

If the meaning of the 'Column Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Column Type' attribute.
See Also:
setColumnType(String)

setColumnType

void setColumnType(java.lang.String value)
Sets the value of the 'Column Type' attribute.

Parameters:
value - the new value of the 'Column Type' attribute.
See Also:
getColumnType()

getCommand

java.lang.String getCommand()
Returns the value of the 'Command' attribute.

If the meaning of the 'Command' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Command' attribute.
See Also:
setCommand(String)

setCommand

void setCommand(java.lang.String value)
Sets the value of the 'Command' attribute.

Parameters:
value - the new value of the 'Command' attribute.
See Also:
getCommand()

getConverter

java.lang.String getConverter()
Returns the value of the 'Converter' attribute.

If the meaning of the 'Converter' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Converter' attribute.
See Also:
setConverter(String)

setConverter

void setConverter(java.lang.String value)
Sets the value of the 'Converter' attribute.

Parameters:
value - the new value of the 'Converter' attribute.
See Also:
getConverter()

getTableName

java.lang.String getTableName()
Returns the value of the 'Table Name' attribute.

If the meaning of the 'Table Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table Name' attribute.
See Also:
setTableName(String)

setTableName

void setTableName(java.lang.String value)
Sets the value of the 'Table Name' attribute.

Parameters:
value - the new value of the 'Table Name' attribute.
See Also:
getTableName()

Tuscany DAS for Relational Databases

-