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.ManageableEntityAssociationEnd 9 * 10 * Metafacade interface to be used by AndroMDA cartridges. 11 */ 12 public interface ManageableEntityAssociationEnd 13 extends EntityAssociationEnd 14 { 15 /** 16 * Indicates the metafacade type (used for metafacade mappings). 17 * 18 * @return boolean always <code>true</code> 19 */ 20 public boolean isManageableEntityAssociationEndMetaType(); 21 22 /** 23 * Represents an attribute of an entity. 24 * @return EntityAttribute 25 */ 26 public EntityAttribute getManageableIdentifier(); 27 28 /** 29 * Whether or not this association end should be displayed. 30 * @return boolean 31 */ 32 public boolean isDisplay(); 33 }