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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CollisionParameter, ManagedParameterImpl, ParameterExtendedImpl, ParameterImpl

public interface Parameter
extends java.io.Serializable

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 getDirection()
          Returns the value of the 'Direction' attribute.
 int getIndex()
          Returns the value of the 'Index' 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 setDirection(java.lang.String value)
          Sets the value of the 'Direction' attribute.
 void setIndex(int value)
          Sets the value of the 'Index' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

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

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

getDirection

java.lang.String getDirection()
Returns the value of the 'Direction' attribute. The default value is "IN".

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

Returns:
the value of the 'Direction' attribute.
See Also:
setDirection(String)

setDirection

void setDirection(java.lang.String value)
Sets the value of the 'Direction' attribute.

Parameters:
value - the new value of the 'Direction' attribute.
See Also:
getDirection()

getIndex

int getIndex()
Returns the value of the 'Index' attribute.

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

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

setIndex

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

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


Copyright © 2007 Apache Software Foundation. All Rights Reserved.