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.FrontEndActionState;
8
9 /**
10 * A plain action state represents an operation on the server called by an action. Optionally an
11 * action state may defer operations to the controller.
12 *
13 * Metafacade interface to be used by AndroMDA cartridges.
14 */
15 public interface StrutsActionState
16 extends FrontEndActionState
17 {
18 /**
19 * Indicates the metafacade type (used for metafacade mappings).
20 *
21 * @return boolean always <code>true</code>
22 */
23 public boolean isStrutsActionStateMetaType();
24 }