1 // license-header java merge-point
2 //
3 // Attention: generated code (by Metafacade.vsl) - do not modify!
4 //
5 package org.andromda.cartridges.ejb.metafacades;
6
7 /**
8 * TODO: Model Documentation for org.andromda.cartridges.ejb.metafacades.EJBPrimaryKeyFacade
9 *
10 * Metafacade interface to be used by AndroMDA cartridges.
11 */
12 public interface EJBPrimaryKeyFacade
13 extends EJBEntityAttributeFacade
14 {
15 /**
16 * Indicates the metafacade type (used for metafacade mappings).
17 *
18 * @return boolean always <code>true</code>
19 */
20 public boolean isEJBPrimaryKeyFacadeMetaType();
21
22 /**
23 * True/false on whether or not the primary key is complex.
24 * @return boolean
25 */
26 public boolean isComplex();
27 }