001// license-header java merge-point 002// 003// Attention: generated code (by Metafacade.vsl) - do not modify! 004// 005package org.andromda.cartridges.ejb3.metafacades; 006 007import org.andromda.metafacades.uml.EntityAssociation; 008 009/** 010 * Represents an association between two EJBs. 011 * 012 * Metafacade interface to be used by AndroMDA cartridges. 013 */ 014public interface EJB3AssociationFacade 015 extends EntityAssociation 016{ 017 /** 018 * Indicates the metafacade type (used for metafacade mappings). 019 * 020 * @return boolean always <code>true</code> 021 */ 022 public boolean isEJB3AssociationFacadeMetaType(); 023}