blob: 8024b66ac07c8739ce9e7fe9c6d877ef2d7f83ce [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.ejbjar.EjbJar21;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ejb Class Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <![CDATA[
*
* The ejb-classType contains the fully-qualified name of the
* enterprise bean's class. It is used by ejb-class elements.
*
* Example:
*
* <ejb-class>com.wombat.empl.EmployeeServiceBean</ejb-class>
*
* ]]>
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar21.EjbJar21Package#getEjbClassType()
* @model extendedMetaData="name='ejb-classType' kind='simple'"
* @generated
*/
public interface EjbClassType extends FullyQualifiedClassType {
} // EjbClassType