org.eclipse.emf.ecp.test.university
Interface UniversityPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
UniversityPackageImpl

public interface UniversityPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
UniversityFactory

Nested Class Summary
static interface UniversityPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int COURSE
          The meta object id for the 'Course' class.
static int COURSE__ETCS
          The feature id for the 'Etcs' attribute.
static int COURSE__ID
          The feature id for the 'Id' attribute.
static int COURSE__NAME
          The feature id for the 'Name' attribute.
static int COURSE_CATALOG
          The meta object id for the 'Course Catalog' class.
static int COURSE_CATALOG__COURSES
          The feature id for the 'Courses' containment reference list.
static int COURSE_CATALOG_FEATURE_COUNT
          The number of structural features of the 'Course Catalog' class.
static int COURSE_CATALOG_OPERATION_COUNT
          The number of operations of the 'Course Catalog' class.
static int COURSE_FEATURE_COUNT
          The number of structural features of the 'Course' class.
static int COURSE_OPERATION_COUNT
          The number of operations of the 'Course' class.
static UniversityPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getCourse_Etcs()
          Returns the meta object for the attribute 'Etcs'.
 org.eclipse.emf.ecore.EAttribute getCourse_Id()
          Returns the meta object for the attribute 'Id'.
 org.eclipse.emf.ecore.EAttribute getCourse_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EClass getCourse()
          Returns the meta object for class 'Course'.
 org.eclipse.emf.ecore.EReference getCourseCatalog_Courses()
          Returns the meta object for the containment reference list 'Courses'.
 org.eclipse.emf.ecore.EClass getCourseCatalog()
          Returns the meta object for class 'Course Catalog'.
 UniversityFactory getUniversityFactory()
          Returns the factory that creates the instances of the model.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final UniversityPackage eINSTANCE
The singleton instance of the package.


COURSE_CATALOG

static final int COURSE_CATALOG
The meta object id for the 'Course Catalog' class.

See Also:
CourseCatalogImpl, UniversityPackageImpl.getCourseCatalog(), Constant Field Values

COURSE_CATALOG__COURSES

static final int COURSE_CATALOG__COURSES
The feature id for the 'Courses' containment reference list.

See Also:
Constant Field Values

COURSE_CATALOG_FEATURE_COUNT

static final int COURSE_CATALOG_FEATURE_COUNT
The number of structural features of the 'Course Catalog' class.

See Also:
Constant Field Values

COURSE_CATALOG_OPERATION_COUNT

static final int COURSE_CATALOG_OPERATION_COUNT
The number of operations of the 'Course Catalog' class.

See Also:
Constant Field Values

COURSE

static final int COURSE
The meta object id for the 'Course' class.

See Also:
CourseImpl, UniversityPackageImpl.getCourse(), Constant Field Values

COURSE__ID

static final int COURSE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

COURSE__NAME

static final int COURSE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

COURSE__ETCS

static final int COURSE__ETCS
The feature id for the 'Etcs' attribute.

See Also:
Constant Field Values

COURSE_FEATURE_COUNT

static final int COURSE_FEATURE_COUNT
The number of structural features of the 'Course' class.

See Also:
Constant Field Values

COURSE_OPERATION_COUNT

static final int COURSE_OPERATION_COUNT
The number of operations of the 'Course' class.

See Also:
Constant Field Values
Method Detail

getCourseCatalog

org.eclipse.emf.ecore.EClass getCourseCatalog()
Returns the meta object for class 'Course Catalog'.

Returns:
the meta object for class 'Course Catalog'.
See Also:
CourseCatalog

getCourseCatalog_Courses

org.eclipse.emf.ecore.EReference getCourseCatalog_Courses()
Returns the meta object for the containment reference list 'Courses'.

Returns:
the meta object for the containment reference list 'Courses'.
See Also:
CourseCatalog.getCourses(), getCourseCatalog()

getCourse

org.eclipse.emf.ecore.EClass getCourse()
Returns the meta object for class 'Course'.

Returns:
the meta object for class 'Course'.
See Also:
Course

getCourse_Id

org.eclipse.emf.ecore.EAttribute getCourse_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
Course.getId(), getCourse()

getCourse_Name

org.eclipse.emf.ecore.EAttribute getCourse_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Course.getName(), getCourse()

getCourse_Etcs

org.eclipse.emf.ecore.EAttribute getCourse_Etcs()
Returns the meta object for the attribute 'Etcs'.

Returns:
the meta object for the attribute 'Etcs'.
See Also:
Course.getEtcs(), getCourse()

getUniversityFactory

UniversityFactory getUniversityFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.


Copyright © 2014. All Rights Reserved.