001// license-header java merge-point
002//
003// Attention: generated code (by Metafacade.vsl) - do not modify!
004//
005package org.andromda.metafacades.uml;
006
007/**
008 * Defines how an existing metaclass may be extended, and enables the use of platform or domain
009 * specific terminology or notation in place of, or in addition to, the ones used for the extended
010 * metaclass.
011 *
012 * Metafacade interface to be used by AndroMDA cartridges.
013 */
014public interface StereotypeFacade
015    extends GeneralizableElementFacade
016{
017    /**
018     * Indicates the metafacade type (used for metafacade mappings).
019     *
020     * @return boolean always <code>true</code>
021     */
022    public boolean isStereotypeFacadeMetaType();
023}