blob: 7509dec1619cdc80a23b3f1113a18af34b81df23 [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.EjbJar31;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Result Type Mapping Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The result-type-mappingType is used in the query element to
* specify whether an abstract schema type returned by a query
* for a select method is to be mapped to an EJBLocalObject or
* EJBObject type.
*
* The value must be one of the following:
*
* Local
* Remote
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar31.EjbJar31Package#getResultTypeMappingType()
* @model extendedMetaData="name='result-type-mappingType' kind='simple'"
* @generated
*/
public interface ResultTypeMappingType extends org.eclipse.modisco.jee.ejbjar.EjbJar31.String {
} // ResultTypeMappingType