|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.jack.baseDb.db.DbSemanticalObject
org.modelsphere.sms.db.DbSMSSemanticalObject
org.modelsphere.sms.db.DbSMSConstraint
org.modelsphere.sms.or.db.DbORConstraint
org.modelsphere.sms.or.db.DbORForeign
org.modelsphere.sms.or.oracle.db.DbORAForeign
public final class DbORAForeign
Direct subclass(es)/subinterface(s) : none.
Composites : DbORAAbsTable,
DbORAView.
Components : DbORFKeyColumn, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fChecking
|
static MetaField |
fDeferrable
|
static MetaField |
fEnabled
|
static MetaRelation1 |
fExceptionTable
|
static MetaField |
fValidated
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.db.DbORForeign |
---|
fAssociationEnd, fIndex |
Fields inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
fObjectImports, fSourceLinks, fSubCopies, fSuperCopy, fTargetLinks, fUmlConstraints, fUmlStereotype |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
fAdminAccessList, fAlias, fDescription, fName, fPhysicalName, fWriteAccessList |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
ACCESS_GRANTED, ACCESS_NOT_GRANTED, fComponents, fComposite, fCreationTime, fModificationTime, fUdfValues, fValidationStatus, LONG_FORM, SHORT_FORM, VALIDATION_ERROR, VALIDATION_OK, VALIDATION_WARNING, writeAccess |
Constructor Summary | |
---|---|
DbORAForeign()
Parameter-less constructor. |
|
DbORAForeign(DbORAssociationEnd assocEnd)
Creates an instance of DbORAForeign. |
Method Summary | |
---|---|
ORAConstraintChecking |
getChecking()
Gets the "checking" of a DbORAForeign's instance. |
java.lang.Boolean |
getDeferrable()
Deprecated. use isDeferrable() method instead |
java.lang.Boolean |
getEnabled()
Gets the "enabled" of a DbORAForeign's instance. |
DbORATable |
getExceptionTable()
Gets the exception table object associated to a DbORAForeign's instance. |
MetaClass |
getMetaClass()
|
java.lang.Boolean |
getValidated()
Gets the "validated" of a DbORAForeign's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isDeferrable()
Tells whether a DbORAForeign's instance is deferrable or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setChecking(ORAConstraintChecking value)
Sets the "checking" property of a DbORAForeign's instance. |
void |
setDeferrable(java.lang.Boolean value)
Sets the "deferrable" property of a DbORAForeign's instance. |
void |
setEnabled(java.lang.Boolean value)
Sets the "enabled" property of a DbORAForeign's instance. |
void |
setExceptionTable(DbORATable value)
Sets the exception table object associated to a DbORAForeign's instance. |
void |
setValidated(java.lang.Boolean value)
Sets the "validated" property of a DbORAForeign's instance. |
Methods inherited from class org.modelsphere.sms.or.db.DbORForeign |
---|
getAssociationEnd, getIndex, setAssociationEnd, setIndex |
Methods inherited from class org.modelsphere.sms.or.db.DbORConstraint |
---|
getSecurityMask |
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, setSuperCopy, setTargetLinks, setUmlConstraints, setUmlStereotype |
Methods inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
findComponentByPhysicalName, getAdminAccessList, getAlias, getDescription, getName, getPhysicalName, getWriteAccessList, matches, setAlias, setDescription, setName, setPhysicalName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaField fChecking
public static final MetaField fDeferrable
public static final MetaField fEnabled
public static final MetaField fValidated
public static final MetaRelation1 fExceptionTable
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORAForeign()
public DbORAForeign(DbORAssociationEnd assocEnd) throws DbException
assocend
- org.modelsphere.sms.or.db.DbORAssociationEnd
DbException
Method Detail |
---|
public static void initMeta()
public final void setChecking(ORAConstraintChecking value) throws DbException
value
- the "checking" property
DbException
public final void setDeferrable(java.lang.Boolean value) throws DbException
value
- the "deferrable" property
DbException
public final void setEnabled(java.lang.Boolean value) throws DbException
value
- the "enabled" property
DbException
public final void setValidated(java.lang.Boolean value) throws DbException
value
- the "validated" property
DbException
public final void setExceptionTable(DbORATable value) throws DbException
value
- the exception table object to be associated
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORForeign
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORForeign
DbException
public final ORAConstraintChecking getChecking() throws DbException
DbException
public final java.lang.Boolean getDeferrable() throws DbException
DbException
public final boolean isDeferrable() throws DbException
DbException
public final java.lang.Boolean getEnabled() throws DbException
DbException
public final java.lang.Boolean getValidated() throws DbException
DbException
public final DbORATable getExceptionTable() throws DbException
DbException
public MetaClass getMetaClass()
getMetaClass
in class DbObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |