/** */ package bug477283.a; 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 operation of each class,</li> * <li>each enum,</li> * <li>and each data type</li> * </ul> * <!-- end-user-doc --> * @see bug477283.a.Bug477283AFactory * @model kind="package" * @generated */ public interface Bug477283APackage extends EPackage { /** * The package name. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ String eNAME = "a"; /** * The package namespace URI. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ String eNS_URI = "http://www.eclipse.org/ocl/Bug477283a"; /** * The package namespace name. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ String eNS_PREFIX = "a"; /** * The singleton instance of the package. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ Bug477283APackage eINSTANCE = bug477283.a.impl.Bug477283APackageImpl.init(); /** * The meta object id for the '{@link bug477283.a.impl.AImpl <em>A</em>}' class. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see bug477283.a.impl.AImpl * @see bug477283.a.impl.Bug477283APackageImpl#getA() * @generated */ int A = 0; /** * The number of structural features of the '<em>A</em>' class. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated * @ordered */ int A_FEATURE_COUNT = 0; /** * The number of operations of the '<em>A</em>' class. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated * @ordered */ int A_OPERATION_COUNT = 0; /** * Returns the meta object for class '{@link bug477283.a.A <em>A</em>}'. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return the meta object for class '<em>A</em>'. * @see bug477283.a.A * @generated */ EClass getA(); /** * 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 */ Bug477283AFactory getBug477283AFactory(); /** * <!-- 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 operation 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 bug477283.a.impl.AImpl <em>A</em>}' class. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see bug477283.a.impl.AImpl * @see bug477283.a.impl.Bug477283APackageImpl#getA() * @generated */ EClass A = eINSTANCE.getA(); } } //Bug477283APackage