001// license-header java merge-point 002// 003// Attention: generated code (by Metafacade.vsl) - do not modify! 004// 005package org.andromda.cartridges.meta.metafacades; 006 007import org.andromda.metafacades.uml.AssociationEndFacade; 008 009/** 010 * Represents the association end of a metafacade 011 * 012 * Metafacade interface to be used by AndroMDA cartridges. 013 */ 014public interface MetafacadeAssociationEnd 015 extends AssociationEndFacade 016{ 017 /** 018 * Indicates the metafacade type (used for metafacade mappings). 019 * 020 * @return boolean always <code>true</code> 021 */ 022 public boolean isMetafacadeAssociationEndMetaType(); 023 024 /** 025 * The implementation name for the operation that handles the logic of the association end 026 * retrieval. 027 * @return String 028 */ 029 public String getImplementationOperationName(); 030}