|
||||||||||
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
public abstract class DbSMSSemanticalObject
Direct subclass(es)/subinterface(s) : DbSMSPackage, DbSMSTypedElement, DbSMSConstraint, DbSMSIndex, DbSMSClassifier, DbSMSAbstractRelationship, DbSMSAbstractRelationshipEnd, DbSMSTargetSystem, DbSMSUser, DbSMSCommonItem, DbSMSNotice, DbJVCompilationUnit, DbORATablespace, DbORALobStorage, DbORAAbsPartition,
DbORAFile, DbORARollbackSegment, DbORASequence, DbORARedoLogFile,
DbIBMTablespace, DbIBMDbPartitionGroup<
/A>, DbIBMBufferPool, DbIBMSequence, DbINFDbspace, DbINFSbspace, DbBEQualifier, DbBEResource.
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 |
fObjectImports
|
static MetaRelationN |
fSourceLinks
|
static MetaRelationN |
fSubCopies
|
static MetaRelation1 |
fSuperCopy
|
static MetaRelationN |
fTargetLinks
|
static MetaRelationN |
fUmlConstraints
|
static MetaRelation1 |
fUmlStereotype
|
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 | |
---|---|
DbSMSSemanticalObject()
Parameter-less constructor. |
|
DbSMSSemanticalObject(DbObject composite)
Creates an instance of DbSMSSemanticalObject. |
Method Summary | |
---|---|
void |
addToSourceLinks(DbSMSLink value)
Adds an element to the list of source links associated to a DbSMSSemanticalObject's instance. |
void |
addToTargetLinks(DbSMSLink value)
Adds an element to the list of target links associated to a DbSMSSemanticalObject's instance. |
void |
addToUmlConstraints(DbSMSUmlConstraint value)
Adds an element to the list of uml constraints associated to a DbSMSSemanticalObject's instance. |
DbRelationN |
getObjectImports()
Gets the list of imports associated to a DbSMSSemanticalObject's instance. |
DbRelationN |
getSourceLinks()
Gets the list of source links associated to a DbSMSSemanticalObject's instance. |
DbRelationN |
getSubCopies()
Gets the list of sub-copies associated to a DbSMSSemanticalObject's instance. |
DbSMSSemanticalObject |
getSuperCopy()
Gets the super-copy object associated to a DbSMSSemanticalObject's instance. |
DbRelationN |
getTargetLinks()
Gets the list of target links associated to a DbSMSSemanticalObject's instance. |
DbRelationN |
getUmlConstraints()
Gets the list of uml constraints associated to a DbSMSSemanticalObject's instance. |
DbSMSStereotype |
getUmlStereotype()
Gets the uml stereotype object associated to a DbSMSSemanticalObject's instance. |
static void |
initMeta()
For internal use only. |
void |
removeFromSourceLinks(DbSMSLink value)
Removes an element from the list of source links associated to a DbSMSSemanticalObject's instance. |
void |
removeFromTargetLinks(DbSMSLink value)
Removes an element from the list of target links associated to a DbSMSSemanticalObject's instance. |
void |
removeFromUmlConstraints(DbSMSUmlConstraint value)
Removes an element from the list of uml constraints associated to a DbSMSSemanticalObject's instance. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setSourceLinks(DbSMSLink value,
int op)
Adds an element to or removes an element from the list of source links associated to a DbSMSSemanticalObject's instance. |
void |
setSuperCopy(DbSMSSemanticalObject value)
|
void |
setTargetLinks(DbSMSLink value,
int op)
Adds an element to or removes an element from the list of target links associated to a DbSMSSemanticalObject's instance. |
void |
setUmlConstraints(DbSMSUmlConstraint value,
int op)
Adds an element to or removes an element from the list of uml constraints associated to a DbSMSSemanticalObject's instance. |
void |
setUmlStereotype(DbSMSStereotype value)
Sets the uml stereotype object associated to a DbSMSSemanticalObject'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 fSubCopies
public static final MetaRelation1 fSuperCopy
public static final MetaRelationN fTargetLinks
public static final MetaRelationN fSourceLinks
public static final MetaRelation1 fUmlStereotype
public static final MetaRelationN fUmlConstraints
public static final MetaRelationN fObjectImports
public static final MetaClass metaClass
Constructor Detail |
---|
public DbSMSSemanticalObject()
public DbSMSSemanticalObject(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public void setSuperCopy(DbSMSSemanticalObject value) throws DbException
value
- org.modelsphere.sms.db.DbSMSSemanticalObject
DbException
public final void setTargetLinks(DbSMSLink 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 addToTargetLinks(DbSMSLink value) throws DbException
value
- the element to be added.
DbException
public final void removeFromTargetLinks(DbSMSLink value) throws DbException
value
- the element to be removed.
DbException
public final void setSourceLinks(DbSMSLink 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 addToSourceLinks(DbSMSLink value) throws DbException
value
- the element to be added.
DbException
public final void removeFromSourceLinks(DbSMSLink value) throws DbException
value
- the element to be removed.
DbException
public final void setUmlStereotype(DbSMSStereotype value) throws DbException
value
- the uml stereotype object to be associated
DbException
public final void setUmlConstraints(DbSMSUmlConstraint 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 addToUmlConstraints(DbSMSUmlConstraint value) throws DbException
value
- the element to be added.
DbException
public final void removeFromUmlConstraints(DbSMSUmlConstraint value) throws DbException
value
- the element to be removed.
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 getSubCopies() throws DbException
DbException
public final DbSMSSemanticalObject getSuperCopy() throws DbException
DbException
public final DbRelationN getTargetLinks() throws DbException
DbException
public final DbRelationN getSourceLinks() throws DbException
DbException
public final DbSMSStereotype getUmlStereotype() throws DbException
DbException
public final DbRelationN getUmlConstraints() throws DbException
DbException
public final DbRelationN getObjectImports() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |