|
||||||||||
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.DbSMSStereotype
public final class DbSMSStereotype
Direct subclass(es)/subinterface(s) : none.
Composites : DbSMSUmlExtensibility.
Components : none.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fBuiltIn
|
static MetaField |
fIcon
|
static MetaField |
fMetaClassName
|
static MetaRelationN |
fStereotypedObjects
|
static MetaRelationN |
fSubStereotypes
|
static MetaRelationN |
fSuperStereotypes
|
static MetaClass |
metaClass
|
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 | |
---|---|
DbSMSStereotype()
Parameter-less constructor. |
|
DbSMSStereotype(DbObject composite)
Creates an instance of DbSMSStereotype. |
Method Summary | |
---|---|
void |
addToSubStereotypes(DbSMSStereotype value)
Adds an element to the list of substereotypes associated to a DbSMSStereotype's instance. |
void |
addToSuperStereotypes(DbSMSStereotype value)
Adds an element to the list of superstereotypes associated to a DbSMSStereotype's instance. |
java.lang.Boolean |
getBuiltIn()
Deprecated. use isBuiltIn() method instead |
java.awt.Image |
getIcon()
Gets the "icon" of a DbSMSStereotype's instance. |
MetaClass |
getMetaClass()
|
java.lang.String |
getMetaClassName()
Gets the "applicable on" property of a DbSMSStereotype's instance. |
DbRelationN |
getStereotypedObjects()
Gets the list of stereotyped objects associated to a DbSMSStereotype's instance. |
MetaClass |
getStereotypeMetaClass()
|
DbRelationN |
getSubStereotypes()
Gets the list of substereotypes associated to a DbSMSStereotype's instance. |
DbRelationN |
getSuperStereotypes()
Gets the list of superstereotypes associated to a DbSMSStereotype's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isBuiltIn()
Tells whether a DbSMSStereotype's instance is builtIn or not. |
boolean |
isDeletable()
|
void |
removeFromSubStereotypes(DbSMSStereotype value)
Removes an element from the list of substereotypes associated to a DbSMSStereotype's instance. |
void |
removeFromSuperStereotypes(DbSMSStereotype value)
Removes an element from the list of superstereotypes associated to a DbSMSStereotype's instance. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setBuiltIn(java.lang.Boolean value)
Sets the "built in?" |
void |
setIcon(java.awt.Image value)
Sets the "icon" property of a DbSMSStereotype's instance. |
void |
setMetaClassName(java.lang.String value)
Sets the "applicable on" property of a DbSMSStereotype's instance. |
void |
setSubStereotypes(DbSMSStereotype value,
int op)
Adds an element to or removes an element from the list of substereotypes associated to a DbSMSStereotype's instance. |
void |
setSuperStereotypes(DbSMSStereotype value,
int op)
Adds an element to or removes an element from the list of superstereotypes associated to a DbSMSStereotype's instance. |
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 fStereotypedObjects
public static final MetaRelationN fSubStereotypes
public static final MetaRelationN fSuperStereotypes
public static final MetaField fIcon
public static final MetaField fBuiltIn
public static final MetaField fMetaClassName
public static final MetaClass metaClass
Constructor Detail |
---|
public DbSMSStereotype()
public DbSMSStereotype(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final boolean isDeletable() throws DbException
isDeletable
in class DbObject
DbException
public MetaClass getStereotypeMetaClass() throws DbException
DbException
public final void setSubStereotypes(DbSMSStereotype 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 addToSubStereotypes(DbSMSStereotype value) throws DbException
value
- the element to be added.
DbException
public final void removeFromSubStereotypes(DbSMSStereotype value) throws DbException
value
- the element to be removed.
DbException
public final void setSuperStereotypes(DbSMSStereotype 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 addToSuperStereotypes(DbSMSStereotype value) throws DbException
value
- the element to be added.
DbException
public final void removeFromSuperStereotypes(DbSMSStereotype value) throws DbException
value
- the element to be removed.
DbException
public final void setIcon(java.awt.Image value) throws DbException
value
- the "icon" property
DbException
public final void setBuiltIn(java.lang.Boolean value) throws DbException
value
- the "built in?" property
DbException
public final void setMetaClassName(java.lang.String value) throws DbException
value
- the "applicable on" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSemanticalObject
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbObject
DbException
public final DbRelationN getStereotypedObjects() throws DbException
DbException
public final DbRelationN getSubStereotypes() throws DbException
DbException
public final DbRelationN getSuperStereotypes() throws DbException
DbException
public final java.awt.Image getIcon() throws DbException
DbException
public final java.lang.Boolean getBuiltIn() throws DbException
DbException
public final boolean isBuiltIn() throws DbException
DbException
public final java.lang.String getMetaClassName() 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 |