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 * Represents the association end of a ValueObject. 9 * 10 * Metafacade interface to be used by AndroMDA cartridges. 11 */ 12 public interface ValueObjectAssociationEnd 13 extends AssociationEndFacade 14 { 15 /** 16 * Indicates the metafacade type (used for metafacade mappings). 17 * 18 * @return boolean always <code>true</code> 19 */ 20 public boolean isValueObjectAssociationEndMetaType(); 21 22 /** 23 * Indicates if the type of this association is a value object or not. 24 * @return boolean 25 */ 26 public boolean isValueObjectType(); 27 }