blob: aa0255071cb6bb7c288f99bfbefd26f9e59fac49 [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>Cmp Version Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The cmp-versionType specifies the version of an entity bean
* with container-managed persistence. It is used by
* cmp-version elements.
*
* The value must be one of the two following:
*
* 1.x
* 2.x
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar31.EjbJar31Package#getCmpVersionType()
* @model extendedMetaData="name='cmp-versionType' kind='simple'"
* @generated
*/
public interface CmpVersionType extends org.eclipse.modisco.jee.ejbjar.EjbJar31.String {
} // CmpVersionType