| Package | Description |
|---|---|
| org.plasma.provisioning.rdb.mysql.v5_5 | |
| org.plasma.provisioning.rdb.mysql.v5_5.impl |
| Modifier and Type | Method and Description |
|---|---|
TableColumnConstraint |
Table.createTableColumnConstraint()
Creates and returns a new instance of Type
TableColumnConstraint automatically establishing a containment relationship through the object's reference property, tableColumnConstraint. |
TableColumnConstraint[] |
Table.getTableColumnConstraint()
Returns an array of TableColumnConstraint set for the object's multi-valued property tableColumnConstraint.
|
TableColumnConstraint |
Table.getTableColumnConstraint(int idx)
Returns the TableColumnConstraint set for the object's multi-valued property tableColumnConstraint based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addTableColumnConstraint(TableColumnConstraint value)
Adds the given value of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
|
void |
Table.removeTableColumnConstraint(TableColumnConstraint value)
Removes the given value of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
|
void |
Table.setTableColumnConstraint(TableColumnConstraint[] value)
Sets the given array of Type TableColumnConstraint for the object's multi-valued property tableColumnConstraint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableColumnConstraintImpl
Generated implementation class representing the domain model entity TableColumnConstraint.
|
| Modifier and Type | Method and Description |
|---|---|
TableColumnConstraint |
TableImpl.createTableColumnConstraint()
Creates and returns a new instance of Type
TableColumnConstraint automatically establishing a containment relationship through the object's reference property, tableColumnConstraint. |
TableColumnConstraint[] |
TableImpl.getTableColumnConstraint() |
TableColumnConstraint |
TableImpl.getTableColumnConstraint(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableImpl.addTableColumnConstraint(TableColumnConstraint value) |
void |
TableImpl.removeTableColumnConstraint(TableColumnConstraint value) |
void |
TableImpl.setTableColumnConstraint(TableColumnConstraint[] value) |
Copyright © 2017. All rights reserved.