1 // license-header java merge-point 2 // 3 // Attention: generated code (by Metafacade.vsl) - do not modify! 4 // 5 package org.andromda.metafacades.uml; 6 7 /** 8 * TODO: Model Documentation for org.andromda.metafacades.uml.Queue 9 * 10 * Metafacade interface to be used by AndroMDA cartridges. 11 */ 12 public interface Queue 13 extends Destination 14 { 15 /** 16 * Indicates the metafacade type (used for metafacade mappings). 17 * 18 * @return boolean always <code>true</code> 19 */ 20 public boolean isQueueMetaType(); 21 }