Tuscany DAS for Relational Databases

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

All Known Implementing Classes:
TableImpl

public interface Table

A representation of the model object 'Table'.

The following features are supported:


Method Summary
 List getColumn()
          Returns the value of the 'Column' containment reference list.
 String getConfig()
          Returns the value of the 'Config' attribute.
 String getCreate()
          Returns the value of the 'Create' attribute.
 String getDelete()
          Returns the value of the 'Delete' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 String getPropertyName()
          Returns the value of the 'Property Name' attribute.
 String getUpdate()
          Returns the value of the 'Update' attribute.
 void setConfig(String value)
          Sets the value of the 'Config' attribute.
 void setCreate(String value)
          Sets the value of the 'Create' attribute.
 void setDelete(String value)
          Sets the value of the 'Delete' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setPropertyName(String value)
          Sets the value of the 'Property Name' attribute.
 void setUpdate(String value)
          Sets the value of the 'Update' attribute.
 

Method Detail

getColumn

List getColumn()
Returns the value of the 'Column' containment reference list. The list contents are of type Column.

If the meaning of the 'Column' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Column' containment reference list.

getConfig

String getConfig()
Returns the value of the 'Config' attribute.

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

Returns:
the value of the 'Config' attribute.
See Also:
setConfig(String)

setConfig

void setConfig(String value)
Sets the value of the 'Config' attribute.

Parameters:
value - the new value of the 'Config' attribute.
See Also:
getConfig()

getCreate

String getCreate()
Returns the value of the 'Create' attribute.

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

Returns:
the value of the 'Create' attribute.
See Also:
setCreate(String)

setCreate

void setCreate(String value)
Sets the value of the 'Create' attribute.

Parameters:
value - the new value of the 'Create' attribute.
See Also:
getCreate()

getDelete

String getDelete()
Returns the value of the 'Delete' attribute.

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

Returns:
the value of the 'Delete' attribute.
See Also:
setDelete(String)

setDelete

void setDelete(String value)
Sets the value of the 'Delete' attribute.

Parameters:
value - the new value of the 'Delete' attribute.
See Also:
getDelete()

getName

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(String value)
Sets the value of the 'Name' attribute.

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

getPropertyName

String getPropertyName()
Returns the value of the 'Property Name' attribute.

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

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

setPropertyName

void setPropertyName(String value)
Sets the value of the 'Property Name' attribute.

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

getUpdate

String getUpdate()
Returns the value of the 'Update' attribute.

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

Returns:
the value of the 'Update' attribute.
See Also:
setUpdate(String)

setUpdate

void setUpdate(String value)
Sets the value of the 'Update' attribute.

Parameters:
value - the new value of the 'Update' attribute.
See Also:
getUpdate()

Tuscany DAS for Relational Databases

-