|
||||||||||
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.DbSMSAbstractRelationshipEnd
org.modelsphere.sms.db.DbSMSAssociationEnd
org.modelsphere.sms.oo.db.DbOOAssociationEnd
public abstract class DbOOAssociationEnd
Direct subclass(es)/subinterface(s) : DbJVAssociationEnd.
Composites : DbOOAssociation.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fAggregation
|
static MetaRelation1 |
fAssociationMember
|
static MetaField |
fNavigable
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.db.DbSMSAssociationEnd |
---|
fMultiplicity, fSpecificRangeMultiplicity |
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 | |
---|---|
|
DbOOAssociationEnd()
Parameter-less constructor. |
protected |
DbOOAssociationEnd(DbOOAssociation composite,
DbOODataMember associationMember,
SMSMultiplicity multiplicity)
Creates an instance of DbOOAssociationEnd. |
Method Summary | |
---|---|
OOAggregation |
getAggregation()
Gets the "aggregation" of a DbOOAssociationEnd's instance. |
DbOODataMember |
getAssociationMember()
Gets the field object associated to a DbOOAssociationEnd's instance. |
java.lang.Boolean |
getNavigable()
Deprecated. use isNavigable() method instead |
DbOOAssociationEnd |
getOppositeEnd()
|
static void |
initMeta()
For internal use only. |
boolean |
isFrontEnd()
|
boolean |
isNavigable()
Tells whether a DbOOAssociationEnd's instance is navigable or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setAggregation(OOAggregation value)
Sets the "aggregation" property of a DbOOAssociationEnd's instance. |
void |
setAssociationMember(DbOODataMember value)
Sets the field object associated to a DbOOAssociationEnd's instance. |
void |
setNavigable(java.lang.Boolean value)
Sets the "navigable" property of a DbOOAssociationEnd's instance. |
Methods inherited from class org.modelsphere.sms.db.DbSMSAssociationEnd |
---|
getMultiplicity, getSpecificRangeMultiplicity, setMultiplicity, setSpecificRangeMultiplicity |
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 MetaRelation1 fAssociationMember
public static final MetaField fNavigable
public static final MetaField fAggregation
public static final MetaClass metaClass
Constructor Detail |
---|
public DbOOAssociationEnd()
protected DbOOAssociationEnd(DbOOAssociation composite, DbOODataMember associationMember, SMSMultiplicity multiplicity) throws DbException
composite
- org.modelsphere.sms.oo.db.DbOOAssociationassociationmember
- org.modelsphere.sms.oo.db.DbOODataMembermultiplicity
- org.modelsphere.sms.db.srtypes.SMSMultiplicity
DbException
Method Detail |
---|
public static void initMeta()
public final DbOOAssociationEnd getOppositeEnd() throws DbException
DbException
public final boolean isFrontEnd() throws DbException
DbException
public final void setAssociationMember(DbOODataMember value) throws DbException
value
- the field object to be associated
DbException
public final void setNavigable(java.lang.Boolean value) throws DbException
value
- the "navigable" property
DbException
public final void setAggregation(OOAggregation value) throws DbException
value
- the "aggregation" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSAssociationEnd
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSAssociationEnd
DbException
public final DbOODataMember getAssociationMember() throws DbException
DbException
public final java.lang.Boolean getNavigable() throws DbException
DbException
public final boolean isNavigable() throws DbException
DbException
public final OOAggregation getAggregation() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |