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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ResultDescriptorImpl

public interface ResultDescriptor
extends java.io.Serializable

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

getColumnIndex

int getColumnIndex()
Returns the value of the 'Column Index' attribute. The default value is "-1".

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

Returns:
the value of the 'Column Index' attribute.
See Also:
setColumnIndex(int)

setColumnIndex

void setColumnIndex(int value)
Sets the value of the 'Column Index' attribute.

Parameters:
value - the new value of the 'Column Index' attribute.
See Also:
getColumnIndex()

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()

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()

getSchemaName

java.lang.String getSchemaName()
Returns the value of the 'Schema Name' attribute.

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

Returns:
the value of the 'Schema Name' attribute.
See Also:
setSchemaName(String)

setSchemaName

void setSchemaName(java.lang.String value)
Sets the value of the 'Schema Name' attribute.

Parameters:
value - the new value of the 'Schema Name' attribute.
See Also:
getSchemaName()

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()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.