blob: 3d6d2db61d1f7f9e12f1a6dc89dc20e074c83f4e [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>Transaction Type Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The transaction-typeType specifies an enterprise bean's
* transaction management type.
*
* The transaction-type must be one of the two following:
*
* Bean
* Container
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getTransactionTypeType()
* @model extendedMetaData="name='transaction-typeType' kind='simple'"
* @generated
*/
public interface TransactionTypeType extends org.eclipse.modisco.jee.ejbjar.EjbJar30.String {
} // TransactionTypeType