View Javadoc
1   // license-header java merge-point
2   //
3   // Attention: generated code (by Metafacade.vsl) - do not modify!
4   //
5   package org.andromda.cartridges.spring.metafacades;
6   
7   import org.andromda.metafacades.uml.ManageableEntityAssociationEnd;
8   
9   /**
10   * TODO: Model Documentation for
11   * org.andromda.cartridges.spring.metafacades.SpringManageableEntityAssociationEnd
12   *
13   * Metafacade interface to be used by AndroMDA cartridges.
14   */
15  public interface SpringManageableEntityAssociationEnd
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 isSpringManageableEntityAssociationEndMetaType();
24  
25      /**
26       * TODO: Model Documentation for
27       * org.andromda.cartridges.spring.metafacades.SpringManageableEntityAssociationEnd.daoGetterName
28       * @return String
29       */
30      public String getDaoGetterName();
31  
32      /**
33       * TODO: Model Documentation for
34       * org.andromda.cartridges.spring.metafacades.SpringManageableEntityAssociationEnd.daoName
35       * @return String
36       */
37      public String getDaoName();
38  
39      /**
40       * TODO: Model Documentation for
41       * org.andromda.cartridges.spring.metafacades.SpringManageableEntityAssociationEnd.daoReferenceName
42       * @return String
43       */
44      public String getDaoReferenceName();
45  
46      /**
47       * TODO: Model Documentation for
48       * org.andromda.cartridges.spring.metafacades.SpringManageableEntityAssociationEnd.daoSetterName
49       * @return String
50       */
51      public String getDaoSetterName();
52  }