/** */ package other.rootpkg2; 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 other.rootpkg2.Rootpkg2Factory * @model kind="package" * @generated */ public interface Rootpkg2Package extends EPackage { /** * The package name. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ String eNAME = "rootpkg2"; /** * The package namespace URI. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ String eNS_URI = "http:/test.attributes/rootpkg2/"; /** * The package namespace name. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ String eNS_PREFIX = "rootpkg2"; /** * The singleton instance of the package. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ Rootpkg2Package eINSTANCE = other.rootpkg2.impl.Rootpkg2PackageImpl.init(); /** * The meta object id for the '{@link other.rootpkg2.impl.TokenImpl <em>Token</em>}' class. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see other.rootpkg2.impl.TokenImpl * @see other.rootpkg2.impl.Rootpkg2PackageImpl#getToken() * @generated */ int TOKEN = 0; /** * The number of structural features of the '<em>Token</em>' class. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated * @ordered */ int TOKEN_FEATURE_COUNT = 0; /** * The number of operations of the '<em>Token</em>' class. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated * @ordered */ int TOKEN_OPERATION_COUNT = 0; /** * Returns the meta object for class '{@link other.rootpkg2.Token <em>Token</em>}'. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return the meta object for class '<em>Token</em>'. * @see other.rootpkg2.Token * @generated */ EClass getToken(); /** * 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 */ Rootpkg2Factory getRootpkg2Factory(); /** * <!-- 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 other.rootpkg2.impl.TokenImpl <em>Token</em>}' class. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see other.rootpkg2.impl.TokenImpl * @see other.rootpkg2.impl.Rootpkg2PackageImpl#getToken() * @generated */ EClass TOKEN = eINSTANCE.getToken(); } } //Rootpkg2Package