blob: 91ce77e052f2a55cb2a64a7d352a45c677bcc5b5 [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.webapp30;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Remote Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <![CDATA[[
* The remote element contains the fully-qualified name
* of the enterprise bean's remote interface.
*
* Example:
*
* <remote>com.wombat.empl.EmployeeService</remote>
*
* ]]>
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.webapp.webapp30.Webapp30Package#getRemoteType()
* @model extendedMetaData="name='remoteType' kind='simple'"
* @generated
*/
public interface RemoteType extends FullyQualifiedClassType {
} // RemoteType