1 // license-header java merge-point 2 // 3 // Attention: generated code (by Metafacade.vsl) - do not modify! 4 // 5 package org.andromda.cartridges.bpm4struts.metafacades; 6 7 import org.andromda.metafacades.uml.ManageableEntityAssociationEnd; 8 9 /** 10 * TODO: Model Documentation for 11 * org.andromda.cartridges.bpm4struts.metafacades.StrutsManageableEntityAssociationEnd 12 * 13 * Metafacade interface to be used by AndroMDA cartridges. 14 */ 15 public interface StrutsManageableEntityAssociationEnd 16 extends ManageableEntityAssociationEnd 17 { 18 /** 19 * Indicates the metafacade type (used for metafacade mappings). 20 * 21 * @return boolean always <code>true</code> 22 */ 23 public boolean isStrutsManageableEntityAssociationEndMetaType(); 24 25 /** 26 * TODO: Model Documentation for 27 * org.andromda.cartridges.bpm4struts.metafacades.StrutsManageableEntityAssociationEnd.messageKey 28 * @return String 29 */ 30 public String getMessageKey(); 31 32 /** 33 * TODO: Model Documentation for 34 * org.andromda.cartridges.bpm4struts.metafacades.StrutsManageableEntityAssociationEnd.messageValue 35 * @return String 36 */ 37 public String getMessageValue(); 38 39 /** 40 * The key to lookup the online help documentation. This documentation is gathered from the 41 * documentation entered by the user, as well as analyzing the model. 42 * @return String 43 */ 44 public String getOnlineHelpKey(); 45 46 /** 47 * The online help documentation. This documentation is gathered from the documentation entered 48 * by the user, as well as analyzing the model. The format is HTML without any style. 49 * @return String 50 */ 51 public String getOnlineHelpValue(); 52 53 /** 54 * True if this parameter has a name that can properly be handled by Jakarta commons (this lib 55 * is used by Struts but contains a bug) 56 * @return boolean 57 */ 58 public boolean isSafeNamePresent(); 59 }