org.modelsphere.sms.or.oracle.db
Class DbORAForeign

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.jack.baseDb.db.DbSemanticalObject
              extended by org.modelsphere.sms.db.DbSMSSemanticalObject
                  extended by org.modelsphere.sms.db.DbSMSConstraint
                      extended by org.modelsphere.sms.or.db.DbORConstraint
                          extended by org.modelsphere.sms.or.db.DbORForeign
                              extended by org.modelsphere.sms.or.oracle.db.DbORAForeign

public final class DbORAForeign
extends DbORForeign

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 org.modelsphere.jack.baseDb.db.DbObject
addDbRefreshListener, addDbRefreshListener, basicReinsert, basicSet, basicSet, buildFullNameString, buildFullNameString, componentTree, componentTree, componentTree, copyComponent, createComponent, createComponent, createRAMRelN, deepCopy, deepCopy, doDeleteAction, findComponentByName, findComponentByName, findMatchingObject, generateEDCTimestamp, get, get, get, getAccordingToStatus, getComponents, getComposite, getCompositeOfType, getCreationTime, getDb, getDependencyRelations, getEDCTimestamp, getFullDisplayName, getId, getMatchingObject, getMinCard, getModificationTime, getNbNeighbors, getNextTs, getOld, getProject, getSemanticalIcon, getSemanticalName, getTransStatus, getTs, getUDF, getUdfValues, getValidationStatus, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, reinsert, remove, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fChecking

public static final MetaField fChecking

fDeferrable

public static final MetaField fDeferrable

fEnabled

public static final MetaField fEnabled

fValidated

public static final MetaField fValidated

fExceptionTable

public static final MetaRelation1 fExceptionTable

metaClass

public static final MetaClass metaClass
Constructor Detail

DbORAForeign

public DbORAForeign()
Parameter-less constructor. Required by Java Beans Conventions.


DbORAForeign

public DbORAForeign(DbORAssociationEnd assocEnd)
             throws DbException
Creates an instance of DbORAForeign.

Parameters:
assocend - org.modelsphere.sms.or.db.DbORAssociationEnd
Throws:
DbException
Method Detail

initMeta

public static void initMeta()
For internal use only.


setChecking

public final void setChecking(ORAConstraintChecking value)
                       throws DbException
Sets the "checking" property of a DbORAForeign's instance.

Parameters:
value - the "checking" property
Throws:
DbException

setDeferrable

public final void setDeferrable(java.lang.Boolean value)
                         throws DbException
Sets the "deferrable" property of a DbORAForeign's instance.

Parameters:
value - the "deferrable" property
Throws:
DbException

setEnabled

public final void setEnabled(java.lang.Boolean value)
                      throws DbException
Sets the "enabled" property of a DbORAForeign's instance.

Parameters:
value - the "enabled" property
Throws:
DbException

setValidated

public final void setValidated(java.lang.Boolean value)
                        throws DbException
Sets the "validated" property of a DbORAForeign's instance.

Parameters:
value - the "validated" property
Throws:
DbException

setExceptionTable

public final void setExceptionTable(DbORATable value)
                             throws DbException
Sets the exception table object associated to a DbORAForeign's instance.

Parameters:
value - the exception table object to be associated
Throws:
DbException

set

public void set(MetaField metaField,
                java.lang.Object value)
         throws DbException
Overrides:
set in class DbORForeign
Throws:
DbException

set

public void set(MetaRelationN relation,
                DbObject neighbor,
                int op)
         throws DbException
Overrides:
set in class DbORForeign
Throws:
DbException

getChecking

public final ORAConstraintChecking getChecking()
                                        throws DbException
Gets the "checking" of a DbORAForeign's instance.

Returns:
the "checking"
Throws:
DbException

getDeferrable

public final java.lang.Boolean getDeferrable()
                                      throws DbException
Deprecated. use isDeferrable() method instead

Gets the "deferrable" property's Boolean value of a DbORAForeign's instance.

Returns:
the "deferrable" property's Boolean value
Throws:
DbException

isDeferrable

public final boolean isDeferrable()
                           throws DbException
Tells whether a DbORAForeign's instance is deferrable or not.

Returns:
boolean
Throws:
DbException

getEnabled

public final java.lang.Boolean getEnabled()
                                   throws DbException
Gets the "enabled" of a DbORAForeign's instance.

Returns:
the "enabled"
Throws:
DbException

getValidated

public final java.lang.Boolean getValidated()
                                     throws DbException
Gets the "validated" of a DbORAForeign's instance.

Returns:
the "validated"
Throws:
DbException

getExceptionTable

public final DbORATable getExceptionTable()
                                   throws DbException
Gets the exception table object associated to a DbORAForeign's instance.

Returns:
the exception table object
Throws:
DbException

getMetaClass

public MetaClass getMetaClass()
Specified by:
getMetaClass in class DbObject


Open ModelSphere 2007. All Rights Reserved.