Tuscany DAS for Relational Databases

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

All Known Implementing Classes:
ParameterImpl

public interface Parameter

A representation of the model object 'Parameter'.

The following features are supported:


Method Summary
 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 getName()
          Returns the value of the '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 setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

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

getName

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

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

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

setName

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

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

Tuscany DAS for Relational Databases

-