|
||||||||||
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.DbSMSClassifier
org.modelsphere.sms.db.DbSMSTypeClassifier
org.modelsphere.sms.oo.db.DbOOAdt
public abstract class DbOOAdt
Direct subclass(es)/subinterface(s) : DbOOClass, DbOOPrimitiveType.
Composites : none.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelationN |
fCommonItems
|
static MetaRelationN |
fTypedDataMembers
|
static MetaRelationN |
fTypedElementDataMembers
|
static MetaRelationN |
fTypedElementMethods
|
static MetaRelationN |
fTypedElementParameters
|
static MetaRelationN |
fTypedMethods
|
static MetaRelationN |
fTypedParameters
|
static MetaRelationN |
fUsedByDomains
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
fClassifierGos |
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 | |
---|---|
DbOOAdt()
Parameter-less constructor. |
|
DbOOAdt(DbObject composite)
Creates an instance of DbOOAdt. |
Method Summary | |
---|---|
DbRelationN |
getCommonItems()
Gets the list of common items associated to a DbOOAdt's instance. |
DbRelationN |
getTypedDataMembers()
Gets the list of typed fields associated to a DbOOAdt's instance. |
DbRelationN |
getTypedElementDataMembers()
Gets the list of typed field elements associated to a DbOOAdt's instance. |
DbRelationN |
getTypedElementMethods()
Gets the list of typed elements methods associated to a DbOOAdt's instance. |
DbRelationN |
getTypedElementParameters()
Gets the list of typed element parameters associated to a DbOOAdt's instance. |
DbRelationN |
getTypedMethods()
Gets the list of typed methods associated to a DbOOAdt's instance. |
DbRelationN |
getTypedParameters()
Gets the list of typed parameters associated to a DbOOAdt's instance. |
DbRelationN |
getUsedByDomains()
Gets the list of used by domains associated to a DbOOAdt'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)
|
Methods inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
getClassifierGos |
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 MetaRelationN fTypedDataMembers
public static final MetaRelationN fTypedMethods
public static final MetaRelationN fTypedParameters
public static final MetaRelationN fTypedElementDataMembers
public static final MetaRelationN fTypedElementMethods
public static final MetaRelationN fTypedElementParameters
public static final MetaRelationN fCommonItems
public static final MetaRelationN fUsedByDomains
public static final MetaClass metaClass
Constructor Detail |
---|
public DbOOAdt()
public DbOOAdt(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSTypeClassifier
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSTypeClassifier
DbException
public final DbRelationN getTypedDataMembers() throws DbException
DbException
public final DbRelationN getTypedMethods() throws DbException
DbException
public final DbRelationN getTypedParameters() throws DbException
DbException
public final DbRelationN getTypedElementDataMembers() throws DbException
DbException
public final DbRelationN getTypedElementMethods() throws DbException
DbException
public final DbRelationN getTypedElementParameters() throws DbException
DbException
public final DbRelationN getCommonItems() throws DbException
DbException
public final DbRelationN getUsedByDomains() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |