001// license-header java merge-point 002// 003// Attention: generated code (by Metafacade.vsl) - do not modify! 004// 005package org.andromda.cartridges.ejb.metafacades; 006 007/** 008 * TODO: Model Documentation for org.andromda.cartridges.ejb.metafacades.EJBPrimaryKeyFacade 009 * 010 * Metafacade interface to be used by AndroMDA cartridges. 011 */ 012public interface EJBPrimaryKeyFacade 013 extends EJBEntityAttributeFacade 014{ 015 /** 016 * Indicates the metafacade type (used for metafacade mappings). 017 * 018 * @return boolean always <code>true</code> 019 */ 020 public boolean isEJBPrimaryKeyFacadeMetaType(); 021 022 /** 023 * True/false on whether or not the primary key is complex. 024 * @return boolean 025 */ 026 public boolean isComplex(); 027}