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 * Represents a UML Destination for incoming/outgoing messages. 009 * 010 * Metafacade interface to be used by AndroMDA cartridges. 011 */ 012public interface Destination 013 extends NodeFacade 014{ 015 /** 016 * Indicates the metafacade type (used for metafacade mappings). 017 * 018 * @return boolean always <code>true</code> 019 */ 020 public boolean isDestinationMetaType(); 021}