001// license-header java merge-point
002//
003// Attention: generated code (by Metafacade.vsl) - do not modify!
004//
005package org.andromda.cartridges.bpm4struts.metafacades;
006
007import org.andromda.metafacades.uml.ManageableEntityAssociationEnd;
008
009/**
010 * TODO: Model Documentation for
011 * org.andromda.cartridges.bpm4struts.metafacades.StrutsManageableEntityAssociationEnd
012 *
013 * Metafacade interface to be used by AndroMDA cartridges.
014 */
015public interface StrutsManageableEntityAssociationEnd
016    extends ManageableEntityAssociationEnd
017{
018    /**
019     * Indicates the metafacade type (used for metafacade mappings).
020     *
021     * @return boolean always <code>true</code>
022     */
023    public boolean isStrutsManageableEntityAssociationEndMetaType();
024
025    /**
026     * TODO: Model Documentation for
027     * org.andromda.cartridges.bpm4struts.metafacades.StrutsManageableEntityAssociationEnd.messageKey
028     * @return String
029     */
030    public String getMessageKey();
031
032    /**
033     * TODO: Model Documentation for
034     * org.andromda.cartridges.bpm4struts.metafacades.StrutsManageableEntityAssociationEnd.messageValue
035     * @return String
036     */
037    public String getMessageValue();
038
039    /**
040     * The key to lookup the online help documentation. This documentation is gathered from the
041     * documentation entered by the user, as well as analyzing the model.
042     * @return String
043     */
044    public String getOnlineHelpKey();
045
046    /**
047     * The online help documentation. This documentation is gathered from the documentation entered
048     * by the user, as well as analyzing the model. The format is HTML without any style.
049     * @return String
050     */
051    public String getOnlineHelpValue();
052
053    /**
054     * True if this parameter has a name that can properly be handled by Jakarta commons (this lib
055     * is used by Struts but contains a bug)
056     * @return boolean
057     */
058    public boolean isSafeNamePresent();
059}