Uses of Interface
org.andromda.metafacades.uml.EntityAssociationEnd

Uses of EntityAssociationEnd in org.andromda.metafacades.uml
 

Subinterfaces of EntityAssociationEnd in org.andromda.metafacades.uml
 interface ManageableEntityAssociationEnd
          Metafacade interface to be used by AndroMDA cartridges.
 

Methods in org.andromda.metafacades.uml that return EntityAssociationEnd
 EntityAssociationEnd Entity.getParentEnd()
           Returns the parent association end of this entity if its a child entity.
 

Methods in org.andromda.metafacades.uml with parameters of type EntityAssociationEnd
static java.lang.String EntityMetafacadeUtils.getForeignKeyConstraintName(EntityAssociationEnd associationEnd, java.lang.String suffix, java.lang.String sqlNameSeperator, java.lang.String maxLengthProperty)
          Constructs and returns the foreign key constraint name for the given associationEnd, suffix, sqlNameSeperator and maxLengthProperty.
 



Copyright © 2003-2009 AndroMDA.org. All Rights Reserved.