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 * TODO: Model Documentation for org.andromda.metafacades.uml.Queue 009 * 010 * Metafacade interface to be used by AndroMDA cartridges. 011 */ 012public interface Queue 013 extends Destination 014{ 015 /** 016 * Indicates the metafacade type (used for metafacade mappings). 017 * 018 * @return boolean always <code>true</code> 019 */ 020 public boolean isQueueMetaType(); 021}