|
||||||||||
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
org.modelsphere.sms.oo.db.DbOOClass
public abstract class DbOOClass
Direct subclass(es)/subinterface(s) : DbJVClass.
Composites : DbOOClass.
Components : DbOODataMember, DbOOClass, DbOOOperation, DbOOInheritance, DbOOAssociation, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fAbstract
|
static MetaField |
fAssociationClass
|
static MetaField |
fBaseType
|
static MetaRelationN |
fSubInheritances
|
static MetaRelationN |
fSuperInheritances
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.oo.db.DbOOAdt |
---|
fCommonItems, fTypedDataMembers, fTypedElementDataMembers, fTypedElementMethods, fTypedElementParameters, fTypedMethods, fTypedParameters, fUsedByDomains |
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 | |
---|---|
DbOOClass()
Parameter-less constructor. |
|
DbOOClass(DbObject composite)
Creates an instance of DbOOClass. |
Method Summary | |
---|---|
java.lang.Boolean |
getAbstract()
Deprecated. use isAbstract() method instead |
java.lang.Boolean |
getAssociationClass()
Deprecated. use isAssociationClass() method instead |
java.lang.Boolean |
getBaseType()
Deprecated. use isBaseType() method instead |
DbRelationN |
getSubInheritances()
Gets the list of subinheritances associated to a DbOOClass's instance. |
DbRelationN |
getSuperInheritances()
Gets the list of superinheritances associated to a DbOOClass's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isAbstract()
Tells whether a DbOOClass's instance is abstract or not. |
boolean |
isAssociationClass()
Tells whether a DbOOClass's instance is associationClass or not. |
boolean |
isBaseType()
Tells whether a DbOOClass's instance is baseType or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setAbstract(java.lang.Boolean value)
Sets the "abstract" property of a DbOOClass's instance. |
void |
setAssociationClass(java.lang.Boolean value)
Sets the "association class" property of a DbOOClass's instance. |
void |
setBaseType(java.lang.Boolean value)
Sets the "base type" property of a DbOOClass's instance. |
Methods inherited from class org.modelsphere.sms.oo.db.DbOOAdt |
---|
getCommonItems, getTypedDataMembers, getTypedElementDataMembers, getTypedElementMethods, getTypedElementParameters, getTypedMethods, getTypedParameters, getUsedByDomains |
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 fSubInheritances
public static final MetaField fAbstract
public static final MetaField fBaseType
public static final MetaRelationN fSuperInheritances
public static final MetaField fAssociationClass
public static final MetaClass metaClass
Constructor Detail |
---|
public DbOOClass()
public DbOOClass(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setAbstract(java.lang.Boolean value) throws DbException
value
- the "abstract" property
DbException
public final void setBaseType(java.lang.Boolean value) throws DbException
value
- the "base type" property
DbException
public final void setAssociationClass(java.lang.Boolean value) throws DbException
value
- the "association class" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbOOAdt
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbOOAdt
DbException
public final DbRelationN getSubInheritances() throws DbException
DbException
public final java.lang.Boolean getAbstract() throws DbException
DbException
public final boolean isAbstract() throws DbException
DbException
public final java.lang.Boolean getBaseType() throws DbException
DbException
public final boolean isBaseType() throws DbException
DbException
public final DbRelationN getSuperInheritances() throws DbException
DbException
public final java.lang.Boolean getAssociationClass() throws DbException
DbException
public final boolean isAssociationClass() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |