|
||||||||||
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
org.modelsphere.sms.oo.java.db.DbJVClass
public final class DbJVClass
Direct subclass(es)/subinterface(s) : none.
Composites : DbJVClassModel,
DbJVPackage, 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 |
fCollection
|
static MetaRelation1 |
fCompilationUnit
|
static MetaRelationN |
fDbBEStores
|
static MetaField |
fFinal
|
static MetaRelationN |
fImports
|
static MetaRelation1 |
fReferringProject
|
static MetaField |
fStatic
|
static MetaField |
fStereotype
|
static MetaField |
fStrictfp
|
static MetaRelationN |
fThrowingConstructors
|
static MetaRelationN |
fThrowingMethods
|
static MetaField |
fVisibility
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.oo.db.DbOOClass |
---|
fAbstract, fAssociationClass, fBaseType, fSubInheritances, fSuperInheritances |
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 | |
---|---|
DbJVClass()
Parameter-less constructor. |
|
DbJVClass(DbObject composite,
JVClassCategory stereotype)
Creates an instance of DbJVClass. |
Method Summary | |
---|---|
void |
addToThrowingConstructors(DbJVConstructor value)
Adds an element to the list of throwing constructors associated to a DbJVClass's instance. |
void |
addToThrowingMethods(DbJVMethod value)
Adds an element to the list of throwing methods associated to a DbJVClass's instance. |
java.lang.Boolean |
getCollection()
Deprecated. use isCollection() method instead |
DbJVCompilationUnit |
getCompilationUnit()
Gets the compilation unit object associated to a DbJVClass's instance. |
DbRelationN |
getDbBEStores()
Gets the list of roles associated to a DbJVClass's instance. |
protected int |
getFeatureSet()
|
java.lang.Boolean |
getFinal()
Deprecated. use isFinal() method instead |
DbRelationN |
getImports()
Gets the list of imports associated to a DbJVClass's instance. |
MetaClass |
getMetaClass()
|
DbSMSProject |
getReferringProject()
Gets the project object associated to a DbJVClass's instance. |
javax.swing.Icon |
getSemanticalIcon(int form)
|
java.lang.Boolean |
getStatic()
Deprecated. use isStatic() method instead |
JVClassCategory |
getStereotype()
Gets the "classifier type" of a DbJVClass's instance. |
java.lang.Boolean |
getStrictfp()
Deprecated. use isStrictfp() method instead |
DbRelationN |
getThrowingConstructors()
Gets the list of throwing constructors associated to a DbJVClass's instance. |
DbRelationN |
getThrowingMethods()
Gets the list of throwing methods associated to a DbJVClass's instance. |
JVVisibility |
getVisibility()
Gets the "visibility" of a DbJVClass's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isClass()
|
boolean |
isCollection()
Tells whether a DbJVClass's instance is collection or not. |
boolean |
isException()
|
boolean |
isFinal()
Tells whether a DbJVClass's instance is final or not. |
boolean |
isInterface()
|
boolean |
isStatic()
Tells whether a DbJVClass's instance is static or not. |
boolean |
isStrictfp()
Tells whether a DbJVClass's instance is strictfp or not. |
void |
removeFromThrowingConstructors(DbJVConstructor value)
Removes an element from the list of throwing constructors associated to a DbJVClass's instance. |
void |
removeFromThrowingMethods(DbJVMethod value)
Removes an element from the list of throwing methods associated to a DbJVClass's instance. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setCollection(java.lang.Boolean value)
Sets the "collection" property of a DbJVClass's instance. |
void |
setCompilationUnit(DbJVCompilationUnit value)
|
void |
setFinal(java.lang.Boolean value)
Sets the "final" property of a DbJVClass's instance. |
void |
setName(java.lang.String name)
|
void |
setReferringProject(DbSMSProject value)
Sets the project object associated to a DbJVClass's instance. |
void |
setStatic(java.lang.Boolean value)
Sets the "static" property of a DbJVClass's instance. |
void |
setStereotype(JVClassCategory value)
Sets the "classifier type" property of a DbJVClass's instance. |
void |
setStrictfp(java.lang.Boolean value)
Sets the "strictfp" property of a DbJVClass's instance. |
void |
setThrowingConstructors(DbJVConstructor value,
int op)
Adds an element to or removes an element from the list of throwing constructors associated to a DbJVClass's instance. |
void |
setThrowingMethods(DbJVMethod value,
int op)
Adds an element to or removes an element from the list of throwing methods associated to a DbJVClass's instance. |
void |
setVisibility(JVVisibility value)
Sets the "visibility" property of a DbJVClass's instance. |
Methods inherited from class org.modelsphere.sms.oo.db.DbOOClass |
---|
getAbstract, getAssociationClass, getBaseType, getSubInheritances, getSuperInheritances, isAbstract, isAssociationClass, isBaseType, setAbstract, setAssociationClass, setBaseType |
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, setPhysicalName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaRelationN fThrowingMethods
public static final MetaRelationN fThrowingConstructors
public static final MetaRelationN fImports
public static final MetaRelation1 fReferringProject
public static final MetaField fStereotype
public static final MetaField fVisibility
public static final MetaField fStatic
public static final MetaField fFinal
public static final MetaField fCollection
public static final MetaRelation1 fCompilationUnit
public static final MetaField fStrictfp
public static final MetaRelationN fDbBEStores
public static final MetaClass metaClass
Constructor Detail |
---|
public DbJVClass()
public DbJVClass(DbObject composite, JVClassCategory stereotype) throws DbException
composite
- org.modelsphere.jack.baseDb.db.DbObjectstereotype
- org.modelsphere.sms.oo.java.db.srtypes.JVClassCategory
DbException
Method Detail |
---|
public static void initMeta()
public final boolean isClass() throws DbException
DbException
public final boolean isInterface() throws DbException
DbException
public final boolean isException() throws DbException
DbException
public final void setName(java.lang.String name) throws DbException
setName
in class DbSemanticalObject
name
- java.lang.String
DbException
public final void setCompilationUnit(DbJVCompilationUnit value) throws DbException
value
- org.modelsphere.sms.oo.java.db.DbJVCompilationUnit
DbException
public final javax.swing.Icon getSemanticalIcon(int form) throws DbException
getSemanticalIcon
in class DbObject
form
- int
DbException
protected final int getFeatureSet()
public final void setThrowingMethods(DbJVMethod value, int op) throws DbException
value
- an element to be added to or removed from the list.op
- Either Db.ADD_TO_RELN or Db.REMOVE_FROM_RELN
DbException
public final void addToThrowingMethods(DbJVMethod value) throws DbException
value
- the element to be added.
DbException
public final void removeFromThrowingMethods(DbJVMethod value) throws DbException
value
- the element to be removed.
DbException
public final void setThrowingConstructors(DbJVConstructor value, int op) throws DbException
value
- an element to be added to or removed from the list.op
- Either Db.ADD_TO_RELN or Db.REMOVE_FROM_RELN
DbException
public final void addToThrowingConstructors(DbJVConstructor value) throws DbException
value
- the element to be added.
DbException
public final void removeFromThrowingConstructors(DbJVConstructor value) throws DbException
value
- the element to be removed.
DbException
public final void setReferringProject(DbSMSProject value) throws DbException
value
- the project object to be associated
DbException
public final void setStereotype(JVClassCategory value) throws DbException
value
- the "classifier type" property
DbException
public final void setVisibility(JVVisibility value) throws DbException
value
- the "visibility" property
DbException
public final void setStatic(java.lang.Boolean value) throws DbException
value
- the "static" property
DbException
public final void setFinal(java.lang.Boolean value) throws DbException
value
- the "final" property
DbException
public final void setCollection(java.lang.Boolean value) throws DbException
value
- the "collection" property
DbException
public final void setStrictfp(java.lang.Boolean value) throws DbException
value
- the "strictfp" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbOOClass
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbOOClass
DbException
public final DbRelationN getThrowingMethods() throws DbException
DbException
public final DbRelationN getThrowingConstructors() throws DbException
DbException
public final DbRelationN getImports() throws DbException
DbException
public final DbSMSProject getReferringProject() throws DbException
DbException
public final JVClassCategory getStereotype() throws DbException
DbException
public final JVVisibility getVisibility() throws DbException
DbException
public final java.lang.Boolean getStatic() throws DbException
DbException
public final boolean isStatic() throws DbException
DbException
public final java.lang.Boolean getFinal() throws DbException
DbException
public final boolean isFinal() throws DbException
DbException
public final java.lang.Boolean getCollection() throws DbException
DbException
public final boolean isCollection() throws DbException
DbException
public final DbJVCompilationUnit getCompilationUnit() throws DbException
DbException
public final java.lang.Boolean getStrictfp() throws DbException
DbException
public final boolean isStrictfp() throws DbException
DbException
public final DbRelationN getDbBEStores() 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 |