|
||||||||||
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.DbSMSAssociation
org.modelsphere.sms.or.db.DbORAssociation
public final class DbORAssociation
Direct subclass(es)/subinterface(s) : none.
Composites : DbORDataModel.
Components : DbORAssociationEnd,
DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fIsArc
|
static MetaField |
fIsIdentifying
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.db.DbSMSAssociation |
---|
fAssociationGos, fToFrontEnd |
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 | |
---|---|
DbORAssociation()
Parameter-less constructor. |
|
DbORAssociation(DbORAbsTable frontEndClassifier,
SMSMultiplicity frontEndMult,
DbORAbsTable backEndClassifier,
SMSMultiplicity backEndMult)
Creates an instance of DbORAssociation. |
Method Summary | |
---|---|
DbORAssociationEnd |
getArcEnd()
|
DbORAssociationEnd |
getBackEnd()
|
DbORAssociationEnd |
getFrontEnd()
|
java.lang.Boolean |
getIsArc()
Deprecated. use isIsArc() method instead |
java.lang.Boolean |
getIsIdentifying()
Deprecated. use isIsIdentifying() method instead |
MetaClass |
getMetaClass()
|
int |
getMinCard(MetaRelationship metaRel)
|
static void |
initMeta()
For internal use only. |
boolean |
isIsArc()
Tells whether a DbORAssociation's instance is isArc or not. |
boolean |
isIsIdentifying()
Tells whether a DbORAssociation's instance is isIdentifying or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setIsArc(java.lang.Boolean value)
Sets the "is an arc" property of a DbORAssociation's instance. |
void |
setIsIdentifying(java.lang.Boolean value)
Sets the "is identifying" property of a DbORAssociation's instance. |
Methods inherited from class org.modelsphere.sms.db.DbSMSAssociation |
---|
getAssociationGos, getToFrontEnd, isToFrontEnd, setToFrontEnd |
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 MetaField fIsIdentifying
public static final MetaField fIsArc
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORAssociation()
public DbORAssociation(DbORAbsTable frontEndClassifier, SMSMultiplicity frontEndMult, DbORAbsTable backEndClassifier, SMSMultiplicity backEndMult) throws DbException
frontendclassifier
- org.modelsphere.sms.or.db.DbORAbsTablefrontendmult
- org.modelsphere.sms.db.srtypes.SMSMultiplicitybackendclassifier
- org.modelsphere.sms.or.db.DbORAbsTablebackendmult
- org.modelsphere.sms.db.srtypes.SMSMultiplicity
DbException
Method Detail |
---|
public static void initMeta()
public final DbORAssociationEnd getFrontEnd() throws DbException
DbException
public final DbORAssociationEnd getBackEnd() throws DbException
DbException
public final DbORAssociationEnd getArcEnd() throws DbException
DbException
public final int getMinCard(MetaRelationship metaRel) throws DbException
getMinCard
in class DbObject
metarel
- org.modelsphere.jack.baseDb.meta.MetaRelationship
DbException
public final void setIsIdentifying(java.lang.Boolean value) throws DbException
value
- the "is identifying" property
DbException
public final void setIsArc(java.lang.Boolean value) throws DbException
value
- the "is an arc" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSAssociation
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSAssociation
DbException
public final java.lang.Boolean getIsIdentifying() throws DbException
DbException
public final boolean isIsIdentifying() throws DbException
DbException
public final java.lang.Boolean getIsArc() throws DbException
DbException
public final boolean isIsArc() 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 |