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 ADDRESS
          The meta object literal for the 'Address ' class.
static org.eclipse.emf.ecore.EClass ASSISTANT
          The meta object literal for the 'Assistant' class.
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.
static org.eclipse.emf.ecore.EClass PERSON
          The meta object literal for the 'Person' class.
static org.eclipse.emf.ecore.EReference PERSON__ADDRESSES
          The meta object literal for the 'Addresses' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute PERSON__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EClass PROFESSOR
          The meta object literal for the 'Professor' class.
static org.eclipse.emf.ecore.EClass STAFF
          The meta object literal for the 'Staff' class.
static org.eclipse.emf.ecore.EReference STAFF__ASSISTANTS
          The meta object literal for the 'Assistants' containment reference list feature.
static org.eclipse.emf.ecore.EReference STAFF__PROFESSORS
          The meta object literal for the 'Professors' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute STAFF__STAFF
          The meta object literal for the 'Staff' attribute 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.


STAFF

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

See Also:
StaffImpl, UniversityPackageImpl.getStaff()

STAFF__PROFESSORS

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


STAFF__ASSISTANTS

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


STAFF__STAFF

static final org.eclipse.emf.ecore.EAttribute STAFF__STAFF
The meta object literal for the 'Staff' attribute list feature.


PROFESSOR

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

See Also:
ProfessorImpl, UniversityPackageImpl.getProfessor()

ASSISTANT

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

See Also:
AssistantImpl, UniversityPackageImpl.getAssistant()

PERSON

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

See Also:
Person, UniversityPackageImpl.getPerson()

PERSON__NAME

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


PERSON__ADDRESSES

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


ADDRESS

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

See Also:
AddressImpl, UniversityPackageImpl.getAddress()


Copyright © 2015. All Rights Reserved.