View Javadoc
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    * Represents an argument to an operation. All parameters except for the return parameter.
9    *
10   * Metafacade interface to be used by AndroMDA cartridges.
11   */
12  public interface ArgumentFacade
13      extends ModelElementFacade
14  {
15      /**
16       * Indicates the metafacade type (used for metafacade mappings).
17       *
18       * @return boolean always <code>true</code>
19       */
20      public boolean isArgumentFacadeMetaType();
21  }