blob: 885cfa3b29269eecbaf7e147d82aba5f00ddc41d [file] [log] [blame]
/**
* Copyright (c) 2010, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.ejbjar.EjbJar30;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Local Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The localType defines the fully-qualified name of an
* enterprise bean's local interface.
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getLocalType()
* @model extendedMetaData="name='localType' kind='simple'"
* @generated
*/
public interface LocalType extends FullyQualifiedClassType {
} // LocalType