|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.sdo.core.CoreNode
org.plasma.sdo.core.CoreDataObject
org.plasma.provisioning.rdb.mysql.v5_5.impl.TableImpl
public class TableImpl
Generated implementation class representing the domain model entity Table.
Data Store Mapping: Corresponds to the physical data store entity TABLES.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.plasma.provisioning.rdb.mysql.v5_5.Table |
|---|
Table.PROPERTY |
| Field Summary | |
|---|---|
static String |
NAMESPACE_URI
The SDO namespace URI associated with the SDO Type for this class |
| Fields inherited from class org.plasma.sdo.core.CoreNode |
|---|
EMPTY_EDGE_LIST, valueObject |
| Fields inherited from interface org.plasma.provisioning.rdb.mysql.v5_5.Table |
|---|
TYPE_NAME_TABLE |
| Constructor Summary | |
|---|---|
TableImpl()
Default No-arg constructor required for serialization operations. |
|
TableImpl(Type type)
|
|
| Method Summary | |
|---|---|
void |
addTableColumn(TableColumn value)
Adds the given value of Type TableColumn for the object's multi-valued property tableColumn. |
void |
addTableColumnConstraint(TableColumnConstraint value)
Adds the given value of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint. |
void |
addTableColumnKeyUsage(TableColumnKeyUsage value)
Adds the given value of Type TableColumnKeyUsage for the object's multi-valued property tableColumnKeyUsage. |
void |
addTableConstraint(TableConstraint value)
Adds the given value of Type TableConstraint for the object's multi-valued property tableConstraint. |
void |
addView(View value)
Adds the given value of Type View for the object's multi-valued property view. |
TableColumn |
createTableColumn()
Creates and returns a new instance of Type TableColumn automatically establishing a containment relationship through the object's reference property, tableColumn. |
TableColumnConstraint |
createTableColumnConstraint()
Creates and returns a new instance of Type TableColumnConstraint automatically establishing a containment relationship through the object's reference property, tableColumnConstraint. |
TableColumnKeyUsage |
createTableColumnKeyUsage()
Creates and returns a new instance of Type TableColumnKeyUsage automatically establishing a containment relationship through the object's reference property, tableColumnKeyUsage. |
TableConstraint |
createTableConstraint()
Creates and returns a new instance of Type TableConstraint automatically establishing a containment relationship through the object's reference property, tableConstraint. |
View |
createView()
Creates and returns a new instance of Type View automatically establishing a containment relationship through the object's reference property, view. |
boolean |
getAutoIncrement()
Returns the value of the autoIncrement property. |
String |
getOwner()
Returns the value of the owner property. |
TableColumn[] |
getTableColumn()
Returns an array of TableColumn set for the object's multi-valued property tableColumn. |
TableColumn |
getTableColumn(int idx)
Returns the TableColumn set for the object's multi-valued property tableColumn based on the given index. |
TableColumnConstraint[] |
getTableColumnConstraint()
Returns an array of TableColumnConstraint set for the object's multi-valued property tableColumnConstraint. |
TableColumnConstraint |
getTableColumnConstraint(int idx)
Returns the TableColumnConstraint set for the object's multi-valued property tableColumnConstraint based on the given index. |
int |
getTableColumnConstraintCount()
Returns a count for multi-valued property tableColumnConstraint. |
int |
getTableColumnCount()
Returns a count for multi-valued property tableColumn. |
TableColumnKeyUsage[] |
getTableColumnKeyUsage()
Returns an array of TableColumnKeyUsage set for the object's multi-valued property tableColumnKeyUsage. |
TableColumnKeyUsage |
getTableColumnKeyUsage(int idx)
Returns the TableColumnKeyUsage set for the object's multi-valued property tableColumnKeyUsage based on the given index. |
int |
getTableColumnKeyUsageCount()
Returns a count for multi-valued property tableColumnKeyUsage. |
String |
getTableComment()
Returns the value of the tableComment property. |
TableConstraint[] |
getTableConstraint()
Returns an array of TableConstraint set for the object's multi-valued property tableConstraint. |
TableConstraint |
getTableConstraint(int idx)
Returns the TableConstraint set for the object's multi-valued property tableConstraint based on the given index. |
int |
getTableConstraintCount()
Returns a count for multi-valued property tableConstraint. |
String |
getTableName()
Returns the value of the tableName property. |
String |
getTableType()
Returns the value of the tableType property. |
View[] |
getView()
Returns an array of View set for the object's multi-valued property view. |
View |
getView(int idx)
Returns the View set for the object's multi-valued property view based on the given index. |
int |
getViewCount()
Returns a count for multi-valued property view. |
boolean |
isSetAutoIncrement()
Returns true if the autoIncrement property is set. |
boolean |
isSetOwner()
Returns true if the owner property is set. |
boolean |
isSetTableColumn()
Returns true if the tableColumn property is set. |
boolean |
isSetTableColumnConstraint()
Returns true if the tableColumnConstraint property is set. |
boolean |
isSetTableColumnKeyUsage()
Returns true if the tableColumnKeyUsage property is set. |
boolean |
isSetTableComment()
Returns true if the tableComment property is set. |
boolean |
isSetTableConstraint()
Returns true if the tableConstraint property is set. |
boolean |
isSetTableName()
Returns true if the tableName property is set. |
boolean |
isSetTableType()
Returns true if the tableType property is set. |
boolean |
isSetView()
Returns true if the view property is set. |
void |
removeTableColumn(TableColumn value)
Removes the given value of Type TableColumn for the object's multi-valued property tableColumn. |
void |
removeTableColumnConstraint(TableColumnConstraint value)
Removes the given value of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint. |
void |
removeTableColumnKeyUsage(TableColumnKeyUsage value)
Removes the given value of Type TableColumnKeyUsage for the object's multi-valued property tableColumnKeyUsage. |
void |
removeTableConstraint(TableConstraint value)
Removes the given value of Type TableConstraint for the object's multi-valued property tableConstraint. |
void |
removeView(View value)
Removes the given value of Type View for the object's multi-valued property view. |
void |
setAutoIncrement(boolean value)
Sets the value of the autoIncrement property to the given value. |
void |
setOwner(String value)
Sets the value of the owner property to the given value. |
void |
setTableColumn(TableColumn[] value)
Sets the given array of Type TableColumn for the object's multi-valued property tableColumn. |
void |
setTableColumnConstraint(TableColumnConstraint[] value)
Sets the given array of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint. |
void |
setTableColumnKeyUsage(TableColumnKeyUsage[] value)
Sets the given array of Type TableColumnKeyUsage for the object's multi-valued property tableColumnKeyUsage. |
void |
setTableComment(String value)
Sets the value of the tableComment property to the given value. |
void |
setTableConstraint(TableConstraint[] value)
Sets the given array of Type TableConstraint for the object's multi-valued property tableConstraint. |
void |
setTableName(String value)
Sets the value of the tableName property to the given value. |
void |
setTableType(String value)
Sets the value of the tableType property to the given value. |
void |
setView(View[] value)
Sets the given array of Type View for the object's multi-valued property view. |
void |
unsetAutoIncrement()
Unsets the autoIncrement property, the value of the property of the object being set to the property's default value. |
void |
unsetOwner()
Unsets the owner property, the value of the property of the object being set to the property's default value. |
void |
unsetTableColumn()
Unsets the tableColumn property, clearing the underlying collection. |
void |
unsetTableColumnConstraint()
Unsets the tableColumnConstraint property, clearing the underlying collection. |
void |
unsetTableColumnKeyUsage()
Unsets the tableColumnKeyUsage property, clearing the underlying collection. |
void |
unsetTableComment()
Unsets the tableComment property, the value of the property of the object being set to the property's default value. |
void |
unsetTableConstraint()
Unsets the tableConstraint property, clearing the underlying collection. |
void |
unsetTableName()
Unsets the tableName property, the value of the property of the object being set to the property's default value. |
void |
unsetTableType()
Unsets the tableType property, the value of the property of the object being set to the property's default value. |
void |
unsetView()
Unsets the view property, clearing the underlying collection. |
| Methods inherited from class org.plasma.sdo.core.CoreNode |
|---|
getEdges, getEntityName, getValue, getValueObject, removeValue, setValue, setValueObject |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.plasma.sdo.PlasmaDataObject |
|---|
accept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, getDataObject, getUUID, getUUIDAsString, remove, remove, reset, resetUUID, setContainer, setContainmentProperty, setDataGraph |
| Field Detail |
|---|
public static final String NAMESPACE_URI
| Constructor Detail |
|---|
public TableImpl()
public TableImpl(Type type)
| Method Detail |
|---|
public boolean isSetAutoIncrement()
isSetAutoIncrement in interface Tablepublic void unsetAutoIncrement()
unsetAutoIncrement in interface Tablepublic boolean getAutoIncrement()
getAutoIncrement in interface Tablepublic void setAutoIncrement(boolean value)
setAutoIncrement in interface Tablepublic boolean isSetOwner()
isSetOwner in interface Tablepublic void unsetOwner()
unsetOwner in interface Tablepublic String getOwner()
getOwner in interface Tablepublic void setOwner(String value)
setOwner in interface Tablepublic boolean isSetTableColumn()
isSetTableColumn in interface Tablepublic void unsetTableColumn()
unsetTableColumn in interface Tablepublic TableColumn createTableColumn()
TableColumn automatically establishing a containment relationship through the object's reference property, tableColumn.
createTableColumn in interface TableTableColumn automatically establishing a containment relationship through the object's reference property tableColumn.public TableColumn[] getTableColumn()
Table
getTableColumn in interface Tablepublic TableColumn getTableColumn(int idx)
Table
getTableColumn in interface Tableidx - the index
public int getTableColumnCount()
Table
getTableColumnCount in interface Tablepublic void setTableColumn(TableColumn[] value)
Table
setTableColumn in interface Tablevalue - the array valuepublic void addTableColumn(TableColumn value)
Table
addTableColumn in interface Tablevalue - the value to addpublic void removeTableColumn(TableColumn value)
Table
removeTableColumn in interface Tablevalue - the value to removepublic boolean isSetTableColumnConstraint()
isSetTableColumnConstraint in interface Tablepublic void unsetTableColumnConstraint()
unsetTableColumnConstraint in interface Tablepublic TableColumnConstraint createTableColumnConstraint()
TableColumnConstraint automatically establishing a containment relationship through the object's reference property, tableColumnConstraint.
createTableColumnConstraint in interface TableTableColumnConstraint automatically establishing a containment relationship through the object's reference property tableColumnConstraint.public TableColumnConstraint[] getTableColumnConstraint()
Table
getTableColumnConstraint in interface Tablepublic TableColumnConstraint getTableColumnConstraint(int idx)
Table
getTableColumnConstraint in interface Tableidx - the index
public int getTableColumnConstraintCount()
Table
getTableColumnConstraintCount in interface Tablepublic void setTableColumnConstraint(TableColumnConstraint[] value)
Table
setTableColumnConstraint in interface Tablevalue - the array valuepublic void addTableColumnConstraint(TableColumnConstraint value)
Table
addTableColumnConstraint in interface Tablevalue - the value to addpublic void removeTableColumnConstraint(TableColumnConstraint value)
Table
removeTableColumnConstraint in interface Tablevalue - the value to removepublic boolean isSetTableColumnKeyUsage()
isSetTableColumnKeyUsage in interface Tablepublic void unsetTableColumnKeyUsage()
unsetTableColumnKeyUsage in interface Tablepublic TableColumnKeyUsage createTableColumnKeyUsage()
TableColumnKeyUsage automatically establishing a containment relationship through the object's reference property, tableColumnKeyUsage.
createTableColumnKeyUsage in interface TableTableColumnKeyUsage automatically establishing a containment relationship through the object's reference property tableColumnKeyUsage.public TableColumnKeyUsage[] getTableColumnKeyUsage()
Table
getTableColumnKeyUsage in interface Tablepublic TableColumnKeyUsage getTableColumnKeyUsage(int idx)
Table
getTableColumnKeyUsage in interface Tableidx - the index
public int getTableColumnKeyUsageCount()
Table
getTableColumnKeyUsageCount in interface Tablepublic void setTableColumnKeyUsage(TableColumnKeyUsage[] value)
Table
setTableColumnKeyUsage in interface Tablevalue - the array valuepublic void addTableColumnKeyUsage(TableColumnKeyUsage value)
Table
addTableColumnKeyUsage in interface Tablevalue - the value to addpublic void removeTableColumnKeyUsage(TableColumnKeyUsage value)
Table
removeTableColumnKeyUsage in interface Tablevalue - the value to removepublic boolean isSetTableComment()
isSetTableComment in interface Tablepublic void unsetTableComment()
unsetTableComment in interface Tablepublic String getTableComment()
getTableComment in interface Tablepublic void setTableComment(String value)
setTableComment in interface Tablepublic boolean isSetTableConstraint()
isSetTableConstraint in interface Tablepublic void unsetTableConstraint()
unsetTableConstraint in interface Tablepublic TableConstraint createTableConstraint()
TableConstraint automatically establishing a containment relationship through the object's reference property, tableConstraint.
createTableConstraint in interface TableTableConstraint automatically establishing a containment relationship through the object's reference property tableConstraint.public TableConstraint[] getTableConstraint()
Table
getTableConstraint in interface Tablepublic TableConstraint getTableConstraint(int idx)
Table
getTableConstraint in interface Tableidx - the index
public int getTableConstraintCount()
Table
getTableConstraintCount in interface Tablepublic void setTableConstraint(TableConstraint[] value)
Table
setTableConstraint in interface Tablevalue - the array valuepublic void addTableConstraint(TableConstraint value)
Table
addTableConstraint in interface Tablevalue - the value to addpublic void removeTableConstraint(TableConstraint value)
Table
removeTableConstraint in interface Tablevalue - the value to removepublic boolean isSetTableName()
isSetTableName in interface Tablepublic void unsetTableName()
unsetTableName in interface Tablepublic String getTableName()
getTableName in interface Tablepublic void setTableName(String value)
setTableName in interface Tablepublic boolean isSetTableType()
isSetTableType in interface Tablepublic void unsetTableType()
unsetTableType in interface Tablepublic String getTableType()
getTableType in interface Tablepublic void setTableType(String value)
name: TableType
URI:http://org.plasma/sdo/mysql/5_5
setTableType in interface Tablepublic boolean isSetView()
isSetView in interface Tablepublic void unsetView()
unsetView in interface Tablepublic View createView()
View automatically establishing a containment relationship through the object's reference property, view.
createView in interface TableView automatically establishing a containment relationship through the object's reference property view.public View[] getView()
Table
getView in interface Tablepublic View getView(int idx)
Table
getView in interface Tableidx - the index
public int getViewCount()
Table
getViewCount in interface Tablepublic void setView(View[] value)
Table
setView in interface Tablevalue - the array valuepublic void addView(View value)
Table
addView in interface Tablevalue - the value to addpublic void removeView(View value)
Table
removeView in interface Tablevalue - the value to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||