blob: de0d4c3bdc1deec7c95368ba7d23593579f3de12 [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>Time Unit Type Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The time-unit-typeType represents a time duration at a given
* unit of granularity.
*
* The time unit type must be one of the following :
*
* Days
* Hours
* Minutes
* Seconds
* Milliseconds
* Microseconds
* Nanoseconds
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar31.EjbJar31Package#getTimeUnitTypeType()
* @model extendedMetaData="name='time-unit-typeType' kind='simple'"
* @generated
*/
public interface TimeUnitTypeType extends org.eclipse.modisco.jee.ejbjar.EjbJar31.String {
} // TimeUnitTypeType