|
||||||||||
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.DbSMSAbstractRelationship
org.modelsphere.sms.db.DbSMSLink
public final class DbSMSLink
Direct subclass(es)/subinterface(s) : none.
Composites : DbSMSLinkModel.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelationN |
fLinkGos
|
static MetaRelationN |
fSourceObjects
|
static MetaRelationN |
fTargetObjects
|
static MetaClass |
metaClass
|
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 | |
---|---|
DbSMSLink()
Parameter-less constructor. |
|
DbSMSLink(DbObject composite)
Creates an instance of DbSMSLink. |
Method Summary | |
---|---|
void |
addToSourceObjects(DbSMSSemanticalObject value)
Adds an element to the list of source objects associated to a DbSMSLink's instance. |
void |
addToTargetObjects(DbSMSSemanticalObject value)
Adds an element to the list of target objects associated to a DbSMSLink's instance. |
DbRelationN |
getLinkGos()
Gets the list of link graphical objects associated to a DbSMSLink's instance. |
MetaClass |
getMetaClass()
|
DbRelationN |
getSourceObjects()
Gets the list of source objects associated to a DbSMSLink's instance. |
DbRelationN |
getTargetObjects()
Gets the list of target objects associated to a DbSMSLink's instance. |
static void |
initMeta()
For internal use only. |
void |
removeFromSourceObjects(DbSMSSemanticalObject value)
Removes an element from the list of source objects associated to a DbSMSLink's instance. |
void |
removeFromTargetObjects(DbSMSSemanticalObject value)
Removes an element from the list of target objects associated to a DbSMSLink's instance. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setSourceObjects(DbSMSSemanticalObject value,
int op)
Adds an element to or removes an element from the list of source objects associated to a DbSMSLink's instance. |
void |
setTargetObjects(DbSMSSemanticalObject value,
int op)
Adds an element to or removes an element from the list of target objects associated to a DbSMSLink's instance. |
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 fTargetObjects
public static final MetaRelationN fSourceObjects
public static final MetaRelationN fLinkGos
public static final MetaClass metaClass
Constructor Detail |
---|
public DbSMSLink()
public DbSMSLink(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setTargetObjects(DbSMSSemanticalObject 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 addToTargetObjects(DbSMSSemanticalObject value) throws DbException
value
- the element to be added.
DbException
public final void removeFromTargetObjects(DbSMSSemanticalObject value) throws DbException
value
- the element to be removed.
DbException
public final void setSourceObjects(DbSMSSemanticalObject 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 addToSourceObjects(DbSMSSemanticalObject value) throws DbException
value
- the element to be added.
DbException
public final void removeFromSourceObjects(DbSMSSemanticalObject value) throws DbException
value
- the element to be removed.
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSAbstractRelationship
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSAbstractRelationship
DbException
public final DbRelationN getTargetObjects() throws DbException
DbException
public final DbRelationN getSourceObjects() throws DbException
DbException
public final DbRelationN getLinkGos() 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 |