|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents an association between entities.
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
String |
getSchema()
The name of the schema that contains the database table |
String |
getTableName()
The name of the table if this is a many-to-many association. |
boolean |
isEntityAssociation()
is this an EntityAssociation? |
boolean |
isEntityAssociationMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Methods inherited from interface org.andromda.metafacades.uml.AssociationFacade |
getAssociationEndA, getAssociationEndB, getAssociationEnds, getRelationName, isAbstract, isAssociationClass, isAssociationFacadeMetaType, isLeaf, isMany2Many |
| Methods inherited from interface org.andromda.metafacades.uml.GeneralizableElementFacade |
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType |
| Method Detail |
public boolean isEntityAssociationMetaType()
truepublic String getSchema()
The name of the schema that contains the database table
public String getTableName()
The name of the table if this is a many-to-many association. Otherwise it just returns null if not part of a many-to-many association.
public boolean isEntityAssociation()
is this an EntityAssociation?
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||