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

Enclosing interface:
UniversityPackage

public static interface UniversityPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass COURSE
          The meta object literal for the 'Course' class.
static org.eclipse.emf.ecore.EAttribute COURSE__ETCS
          The meta object literal for the 'Etcs' attribute feature.
static org.eclipse.emf.ecore.EAttribute COURSE__ID
          The meta object literal for the 'Id' attribute feature.
static org.eclipse.emf.ecore.EAttribute COURSE__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EClass COURSE_CATALOG
          The meta object literal for the 'Course Catalog' class.
static org.eclipse.emf.ecore.EReference COURSE_CATALOG__COURSES
          The meta object literal for the 'Courses' containment reference list feature.
 

Field Detail

COURSE_CATALOG

static final org.eclipse.emf.ecore.EClass COURSE_CATALOG
The meta object literal for the 'Course Catalog' class.

See Also:
CourseCatalogImpl, UniversityPackageImpl.getCourseCatalog()

COURSE_CATALOG__COURSES

static final org.eclipse.emf.ecore.EReference COURSE_CATALOG__COURSES
The meta object literal for the 'Courses' containment reference list feature.


COURSE

static final org.eclipse.emf.ecore.EClass COURSE
The meta object literal for the 'Course' class.

See Also:
CourseImpl, UniversityPackageImpl.getCourse()

COURSE__ID

static final org.eclipse.emf.ecore.EAttribute COURSE__ID
The meta object literal for the 'Id' attribute feature.


COURSE__NAME

static final org.eclipse.emf.ecore.EAttribute COURSE__NAME
The meta object literal for the 'Name' attribute feature.


COURSE__ETCS

static final org.eclipse.emf.ecore.EAttribute COURSE__ETCS
The meta object literal for the 'Etcs' attribute feature.



Copyright © 2014. All Rights Reserved.