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.ManageableEntityAssociationEnd 009 * 010 * Metafacade interface to be used by AndroMDA cartridges. 011 */ 012public interface ManageableEntityAssociationEnd 013 extends EntityAssociationEnd 014{ 015 /** 016 * Indicates the metafacade type (used for metafacade mappings). 017 * 018 * @return boolean always <code>true</code> 019 */ 020 public boolean isManageableEntityAssociationEndMetaType(); 021 022 /** 023 * Represents an attribute of an entity. 024 * @return EntityAttribute 025 */ 026 public EntityAttribute getManageableIdentifier(); 027 028 /** 029 * Whether or not this association end should be displayed. 030 * @return boolean 031 */ 032 public boolean isDisplay(); 033}