|
||||||||||
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.DbSMSPackage
org.modelsphere.sms.db.DbSMSAbstractPackage
org.modelsphere.sms.or.db.DbORModel
org.modelsphere.sms.or.db.DbORDatabase
public abstract class DbORDatabase
Direct subclass(es)/subinterface(s) : DbORADatabase, DbIBMDatabase, DbINFDatabase, DbGEDatabase.
Composites :
DbSMSUserDefinedPackage, DbSMSProject.
Components : DbSMSLinkModel, DbSMSNotice, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelation1 |
fDefaultDomainModel
|
static MetaRelation1 |
fOperationLibrary
|
static MetaRelation1 |
fSchema
|
static MetaRelation1 |
fUdtModel
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.db.DbSMSAbstractPackage |
---|
fIsLocked, fIsValidated, fTargetSystem |
Fields inherited from class org.modelsphere.sms.db.DbSMSPackage |
---|
fAuthor, fPackageGos, fVersion |
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 | |
---|---|
DbORDatabase()
Parameter-less constructor. |
|
DbORDatabase(DbObject composite,
DbSMSTargetSystem targetSystem)
Creates an instance of DbORDatabase. |
Method Summary | |
---|---|
DbORDomainModel |
getDefaultDomainModel()
Gets the default domain model object associated to a DbORDatabase's instance. |
DbOROperationLibrary |
getOperationLibrary()
Gets the operation library object associated to a DbORDatabase's instance. |
DbORDataModel |
getSchema()
Gets the schema object associated to a DbORDatabase's instance. |
DbORDomainModel |
getUdtModel()
Gets the user-defined types model object associated to a DbORDatabase's instance. |
static void |
initMeta()
For internal use only. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setDefaultDomainModel(DbORDomainModel value)
Sets the default domain model object associated to a DbORDatabase's instance. |
void |
setOperationLibrary(DbOROperationLibrary value)
Sets the operation library object associated to a DbORDatabase's instance. |
void |
setSchema(DbORDataModel value)
Sets the schema object associated to a DbORDatabase's instance. |
void |
setUdtModel(DbORDomainModel value)
Sets the user-defined types model object associated to a DbORDatabase's instance. |
Methods inherited from class org.modelsphere.sms.or.db.DbORModel |
---|
getSecurityMask |
Methods inherited from class org.modelsphere.sms.db.DbSMSAbstractPackage |
---|
getIsLocked, getIsValidated, getTargetSystem, isIsLocked, isIsValidated, matches, setIsLocked, setIsValidated, setTargetSystem |
Methods inherited from class org.modelsphere.sms.db.DbSMSPackage |
---|
getAuthor, getPackageGos, getVersion, setAuthor, setVersion |
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, 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 MetaRelation1 fSchema
public static final MetaRelation1 fOperationLibrary
public static final MetaRelation1 fUdtModel
public static final MetaRelation1 fDefaultDomainModel
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORDatabase()
public DbORDatabase(DbObject composite, DbSMSTargetSystem targetSystem) throws DbException
composite
- org.modelsphere.jack.baseDb.db.DbObjecttargetsystem
- org.modelsphere.sms.db.DbSMSTargetSystem
DbException
Method Detail |
---|
public static void initMeta()
public final void setSchema(DbORDataModel value) throws DbException
value
- the schema object to be associated
DbException
public final void setOperationLibrary(DbOROperationLibrary value) throws DbException
value
- the operation library object to be associated
DbException
public final void setUdtModel(DbORDomainModel value) throws DbException
value
- the user-defined types model object to be associated
DbException
public final void setDefaultDomainModel(DbORDomainModel value) throws DbException
value
- the default domain model object to be associated
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORModel
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORModel
DbException
public final DbORDataModel getSchema() throws DbException
DbException
public final DbOROperationLibrary getOperationLibrary() throws DbException
DbException
public final DbORDomainModel getUdtModel() throws DbException
DbException
public final DbORDomainModel getDefaultDomainModel() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |