blob: 43b87be49bc30a324972a551396350275054e723 [file] [log] [blame]
package org.eclipse.stem.definitions.types;
/*******************************************************************************
* Copyright (c) 2009 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
/**
* <!-- begin-user-doc -->
* The <b>Package</b> for the model.
* It contains accessors for the meta objects to represent
* <ul>
* <li>each class,</li>
* <li>each feature of each class,</li>
* <li>each enum,</li>
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
* @see org.eclipse.stem.definitions.types.TypesFactory
* @model kind="package"
* @generated
*/
public interface TypesPackage extends EPackage {
/**
* The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNAME = "types"; //$NON-NLS-1$
/**
* The package namespace URI.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_URI = "http:///org/eclipse/stem/definitions/types.ecore"; //$NON-NLS-1$
/**
* The package namespace name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_PREFIX = "org.eclipse.stem.definitions.types"; //$NON-NLS-1$
/**
* The singleton instance of the package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
TypesPackage eINSTANCE = org.eclipse.stem.definitions.types.impl.TypesPackageImpl.init();
/**
* The meta object id for the '{@link org.eclipse.stem.definitions.types.CategorizedType <em>Categorized Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.definitions.types.CategorizedType
* @see org.eclipse.stem.definitions.types.impl.TypesPackageImpl#getCategorizedType()
* @generated
*/
int CATEGORIZED_TYPE = 0;
/**
* The number of structural features of the '<em>Categorized Type</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CATEGORIZED_TYPE_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.eclipse.stem.definitions.types.impl.RateImpl <em>Rate</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.definitions.types.impl.RateImpl
* @see org.eclipse.stem.definitions.types.impl.TypesPackageImpl#getRate()
* @generated
*/
int RATE = 1;
/**
* The feature id for the '<em><b>Rate</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int RATE__RATE = 0;
/**
* The number of structural features of the '<em>Rate</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int RATE_FEATURE_COUNT = 1;
/**
* Returns the meta object for class '{@link org.eclipse.stem.definitions.types.CategorizedType <em>Categorized Type</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the meta object for class '<em>Categorized Type</em>'.
* @see org.eclipse.stem.definitions.types.CategorizedType
* @generated
*/
EClass getCategorizedType();
/**
* Returns the meta object for class '{@link org.eclipse.stem.definitions.types.Rate <em>Rate</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the meta object for class '<em>Rate</em>'.
* @see org.eclipse.stem.definitions.types.Rate
* @generated
*/
EClass getRate();
/**
* Returns the meta object for the attribute '{@link org.eclipse.stem.definitions.types.Rate#getRate <em>Rate</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the meta object for the attribute '<em>Rate</em>'.
* @see org.eclipse.stem.definitions.types.Rate#getRate()
* @see #getRate()
* @generated
*/
EAttribute getRate_Rate();
/**
* Returns the factory that creates the instances of the model.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the factory that creates the instances of the model.
* @generated
*/
TypesFactory getTypesFactory();
/**
* <!-- begin-user-doc -->
* Defines literals for the meta objects that represent
* <ul>
* <li>each class,</li>
* <li>each feature of each class,</li>
* <li>each enum,</li>
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
* @generated
*/
interface Literals {
/**
* The meta object literal for the '{@link org.eclipse.stem.definitions.types.CategorizedType <em>Categorized Type</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.definitions.types.CategorizedType
* @see org.eclipse.stem.definitions.types.impl.TypesPackageImpl#getCategorizedType()
* @generated
*/
EClass CATEGORIZED_TYPE = eINSTANCE.getCategorizedType();
/**
* The meta object literal for the '{@link org.eclipse.stem.definitions.types.impl.RateImpl <em>Rate</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.stem.definitions.types.impl.RateImpl
* @see org.eclipse.stem.definitions.types.impl.TypesPackageImpl#getRate()
* @generated
*/
EClass RATE = eINSTANCE.getRate();
/**
* The meta object literal for the '<em><b>Rate</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
EAttribute RATE__RATE = eINSTANCE.getRate_Rate();
}
} //TypesPackage