Uses of Interface
org.plasma.provisioning.rdb.oracle.g11.sys.Constraint

Packages that use Constraint
org.plasma.provisioning.rdb.oracle.g11.sys   
org.plasma.provisioning.rdb.oracle.g11.sys.impl   
 

Uses of Constraint in org.plasma.provisioning.rdb.oracle.g11.sys
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys that return Constraint
 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.
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys with parameters of type Constraint
 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.
 

Uses of Constraint in org.plasma.provisioning.rdb.oracle.g11.sys.impl
 

Classes in org.plasma.provisioning.rdb.oracle.g11.sys.impl that implement Constraint
 class ConstraintImpl
          A constraint definition
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys.impl that return Constraint
 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)
           
 

Methods in org.plasma.provisioning.rdb.oracle.g11.sys.impl with parameters of type Constraint
 void TableImpl.addConstraint(Constraint value)
           
 void TableImpl.removeConstraint(Constraint value)
           
 void TableImpl.setConstraint(Constraint[] value)
           
 



Copyright © 2013. All Rights Reserved.