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

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

public interface Table
extends java.io.Serializable

A representation of the model object 'Table'.

The following features are supported:


Method Summary
 java.util.List getColumn()
          Returns the value of the 'Column' containment reference list.
 Create getCreate()
          Returns the value of the 'Create' containment reference.
 Delete getDelete()
          Returns the value of the 'Delete' containment reference.
 java.lang.String getSchemaName()
          Returns the value of the 'Schema Name' attribute.
 java.lang.String getTableName()
          Returns the value of the 'Table Name' attribute.
 java.lang.String getTypeName()
          Returns the value of the 'Type Name' attribute.
 Update getUpdate()
          Returns the value of the 'Update' containment reference.
 void setCreate(Create value)
          Sets the value of the 'Create' containment reference.
 void setDelete(Delete value)
          Sets the value of the 'Delete' containment reference.
 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.
 void setTypeName(java.lang.String value)
          Sets the value of the 'Type Name' attribute.
 void setUpdate(Update value)
          Sets the value of the 'Update' containment reference.
 

Method Detail

getColumn

java.util.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.

getCreate

Create getCreate()
Returns the value of the 'Create' containment reference.

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

Returns:
the value of the 'Create' containment reference.
See Also:
setCreate(Create)

setCreate

void setCreate(Create value)
Sets the value of the 'Create' containment reference.

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

getUpdate

Update getUpdate()
Returns the value of the 'Update' containment reference.

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

Returns:
the value of the 'Update' containment reference.
See Also:
setUpdate(Update)

setUpdate

void setUpdate(Update value)
Sets the value of the 'Update' containment reference.

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

getDelete

Delete getDelete()
Returns the value of the 'Delete' containment reference.

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

Returns:
the value of the 'Delete' containment reference.
See Also:
setDelete(Delete)

setDelete

void setDelete(Delete value)
Sets the value of the 'Delete' containment reference.

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

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

getTypeName

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

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

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

setTypeName

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

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

getSchemaName

java.lang.String getSchemaName()
Returns the value of the 'Schema Name' attribute. The default value is "".

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


Copyright © 2007 Apache Software Foundation. All Rights Reserved.