|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableConstraint
Generated interface representing the domain model entity TableConstraint. This SDO interface directly reflects the class (single or multiple) inheritance lattice of the source domain model(s) and is part of namespace http://org.plasma/sdo/mysql/5_5 defined within the Configuration.
Data Store Mapping: Corresponds to the physical data store entity TABLE_CONSTRAINTS.
Table| Nested Class Summary | |
|---|---|
static class |
TableConstraint.PROPERTY
The declared logical property names for this Type. |
| Field Summary | |
|---|---|
static String |
NAMESPACE_URI
The SDO namespace URI associated with the Type for this class. |
static String |
TYPE_NAME_TABLE_CONSTRAINT
The entity or Type logical name associated with this class. |
| Method Summary | |
|---|---|
Table |
createTable()
Creates and returns a new instance of Type Table automatically establishing a containment relationship through the object's reference property, table. |
String |
getConstraintType()
Returns the value of the constraintType property. |
String |
getName()
Returns the value of the name property. |
String |
getOwner()
Returns the value of the owner property. |
Table |
getTable()
Returns the value of the table property. |
boolean |
isSetConstraintType()
Returns true if the constraintType property is set. |
boolean |
isSetName()
Returns true if the name property is set. |
boolean |
isSetOwner()
Returns true if the owner property is set. |
boolean |
isSetTable()
Returns true if the table property is set. |
void |
setConstraintType(String value)
Sets the value of the constraintType property to the given value. |
void |
setName(String value)
Sets the value of the name property to the given value. |
void |
setOwner(String value)
Sets the value of the owner property to the given value. |
void |
setTable(Table value)
Sets the value of the table property to the given value. |
void |
unsetConstraintType()
Unsets the constraintType property, the value of the property of the object being set to the property's default value. |
void |
unsetName()
Unsets the name property, the value of the property of the object being set to the property's default value. |
void |
unsetOwner()
Unsets the owner property, the value of the property of the object being set to the property's default value. |
void |
unsetTable()
Unsets the table property, the value of the property of the object being set to the property's default value. |
| Methods inherited from interface org.plasma.sdo.PlasmaDataObject |
|---|
accept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, getDataObject, getUUID, getUUIDAsString, remove, remove, reset, resetUUID, setContainer, setContainmentProperty, setDataGraph |
| Field Detail |
|---|
static final String NAMESPACE_URI
static final String TYPE_NAME_TABLE_CONSTRAINT
| Method Detail |
|---|
boolean isSetName()
void unsetName()
String getName()
void setName(String value)
boolean isSetOwner()
void unsetOwner()
String getOwner()
void setOwner(String value)
boolean isSetConstraintType()
void unsetConstraintType()
String getConstraintType()
void setConstraintType(String value)
name: ConstraintType
URI:http://org.plasma/sdo/mysql/5_5
boolean isSetTable()
void unsetTable()
Table createTable()
Table automatically establishing a containment relationship through the object's reference property, table.
Table automatically establishing a containment relationship through the object's reference property table.Table getTable()
void setTable(Table value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||