blob: f46e07c2ec3776a0453d184c8914eecb4b4fc6b0 [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.EjbJar30;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Method Intf Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The method-intf element allows a method element to
* differentiate between the methods with the same name and
* signature that are multiply defined across the home and
* component interfaces (e.g, in both an enterprise bean's
* remote and local interfaces or in both an enterprise bean's
* home and remote interfaces, etc.); the component and web
* service endpoint interfaces, and so on. The Local applies to
* both local component interface and local business interface.
* Similarly, Remote applies to both remote component interface
* and the remote business interface.
*
* The method-intf element must be one of the following:
*
* Home
* Remote
* LocalHome
* Local
* ServiceEndpoint
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getMethodIntfType()
* @model extendedMetaData="name='method-intfType' kind='simple'"
* @generated
*/
public interface MethodIntfType extends org.eclipse.modisco.jee.ejbjar.EjbJar30.String {
} // MethodIntfType