Modifier and Type | Interface and Description |
---|---|
interface |
ManageableEntityAssociationEnd
TODO: Model Documentation for org.andromda.metafacades.uml.ManageableEntityAssociationEnd
Metafacade interface to be used by AndroMDA cartridges.
|
Modifier and Type | Method and Description |
---|---|
EntityAssociationEnd |
Entity.getParentEnd()
Returns the parent association end of this entity if its a child entity.
|
Modifier and Type | Method and Description |
---|---|
Collection<EntityAssociationEnd> |
Entity.getChildEnds()
Gets any children association ends (i.e.
|
Modifier and Type | Method and Description |
---|---|
static String |
EntityMetafacadeUtils.getForeignKeyConstraintName(EntityAssociationEnd associationEnd,
String suffix,
String sqlNameSeparator,
String maxLengthProperty,
String shortenSqlNamesMethod)
Constructs and returns the foreign key constraint name for the given
associationEnd , suffix , sqlNameSeparator
and maxLengthProperty . |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.