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