Uses of Interface
org.plasma.provisioning.rdb.mysql.v5_5.TableConstraint

Packages that use TableConstraint
org.plasma.provisioning.rdb.mysql.v5_5   
org.plasma.provisioning.rdb.mysql.v5_5.impl   
 

Uses of TableConstraint in org.plasma.provisioning.rdb.mysql.v5_5
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5 that return TableConstraint
 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.
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5 with parameters of type TableConstraint
 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.
 

Uses of TableConstraint in org.plasma.provisioning.rdb.mysql.v5_5.impl
 

Classes in org.plasma.provisioning.rdb.mysql.v5_5.impl that implement TableConstraint
 class TableConstraintImpl
          Generated implementation class representing the domain model entity TableConstraint.
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5.impl that return TableConstraint
 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)
           
 

Methods in org.plasma.provisioning.rdb.mysql.v5_5.impl with parameters of type TableConstraint
 void TableImpl.addTableConstraint(TableConstraint value)
           
 void TableImpl.removeTableConstraint(TableConstraint value)
           
 void TableImpl.setTableConstraint(TableConstraint[] value)
           
 



Copyright © 2013. All rights reserved.