blob: 8425df01584f3f856a4c43a90ea1399dc09b1a73 [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>Session Type Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The session-typeType describes whether the session bean is a
* stateful session or stateless session. It is used by
* session-type elements.
*
* The value must be one of the two following:
*
* Stateful
* Stateless
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getSessionTypeType()
* @model extendedMetaData="name='session-typeType' kind='simple'"
* @generated
*/
public interface SessionTypeType extends org.eclipse.modisco.jee.ejbjar.EjbJar30.String {
} // SessionTypeType