blob: 6fe1e044afa3d478d5eda19ff227208902594b2c [file] [log] [blame]
/**
* Copyright (c) 2010 Mia-Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.webapp.webapp25;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Home Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <![CDATA[
*
* The homeType defines the fully-qualified name of
* an enterprise bean's home interface.
*
* Example:
*
* <home>com.aardvark.payroll.PayrollHome</home>
*
* ]]>
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp25.Webapp25Package#getHomeType()
* @model extendedMetaData="name='homeType' kind='simple'"
* @generated
*/
public interface HomeType extends FullyQualifiedClassType {
} // HomeType