| Package | Description |
|---|---|
| org.plasma.provisioning.rdb.oracle.g11.sys | |
| org.plasma.provisioning.rdb.oracle.g11.sys.impl |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
Table.createConstraint()
Creates and returns a new instance of Type
Constraint automatically establishing a containment relationship through the object's reference property, constraint. |
Constraint[] |
Table.getConstraint()
Returns an array of Constraint set for the object's multi-valued property constraint.
|
Constraint |
Table.getConstraint(int idx)
Returns the Constraint set for the object's multi-valued property constraint based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addConstraint(Constraint value)
Adds the given value of Type Constraint for the object's multi-valued property constraint.
|
void |
Table.removeConstraint(Constraint value)
Removes the given value of Type Constraint for the object's multi-valued property constraint.
|
void |
Table.setConstraint(Constraint[] value)
Sets the given array of Type Constraint for the object's multi-valued property constraint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintImpl
A constraint definition
|
| Modifier and Type | Method and Description |
|---|---|
Constraint |
TableImpl.createConstraint()
Creates and returns a new instance of Type
Constraint automatically establishing a containment relationship through the object's reference property, constraint. |
Constraint[] |
TableImpl.getConstraint() |
Constraint |
TableImpl.getConstraint(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableImpl.addConstraint(Constraint value) |
void |
TableImpl.removeConstraint(Constraint value) |
void |
TableImpl.setConstraint(Constraint[] value) |
Copyright © 2017. All rights reserved.