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 ADDRESS
          The meta object id for the 'Address' class.
static int ADDRESS_FEATURE_COUNT
          The number of structural features of the 'Address' class.
static int ADDRESS_OPERATION_COUNT
          The number of operations of the 'Address' class.
static int ASSISTANT
          The meta object id for the 'Assistant' class.
static int ASSISTANT__ADDRESSES
          The feature id for the 'Addresses' containment reference list.
static int ASSISTANT__NAME
          The feature id for the 'Name' attribute.
static int ASSISTANT_FEATURE_COUNT
          The number of structural features of the 'Assistant' class.
static int ASSISTANT_OPERATION_COUNT
          The number of operations of the 'Assistant' class.
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.
static int PERSON
          The meta object id for the 'Person' class.
static int PERSON__ADDRESSES
          The feature id for the 'Addresses' containment reference list.
static int PERSON__NAME
          The feature id for the 'Name' attribute.
static int PERSON_FEATURE_COUNT
          The number of structural features of the 'Person' class.
static int PERSON_OPERATION_COUNT
          The number of operations of the 'Person' class.
static int PROFESSOR
          The meta object id for the 'Professor' class.
static int PROFESSOR__ADDRESSES
          The feature id for the 'Addresses' containment reference list.
static int PROFESSOR__NAME
          The feature id for the 'Name' attribute.
static int PROFESSOR_FEATURE_COUNT
          The number of structural features of the 'Professor' class.
static int PROFESSOR_OPERATION_COUNT
          The number of operations of the 'Professor' class.
static int STAFF
          The meta object id for the 'Staff' class.
static int STAFF__ASSISTANTS
          The feature id for the 'Assistants' containment reference list.
static int STAFF__PROFESSORS
          The feature id for the 'Professors' containment reference list.
static int STAFF__STAFF
          The feature id for the 'Staff' attribute list.
static int STAFF_FEATURE_COUNT
          The number of structural features of the 'Staff' class.
static int STAFF_OPERATION_COUNT
          The number of operations of the 'Staff' class.
 
Method Summary
 org.eclipse.emf.ecore.EClass getAddress()
          Returns the meta object for class 'Address'.
 org.eclipse.emf.ecore.EClass getAssistant()
          Returns the meta object for class 'Assistant'.
 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'.
 org.eclipse.emf.ecore.EReference getPerson_Addresses()
          Returns the meta object for the containment reference list ' Addresses'.
 org.eclipse.emf.ecore.EAttribute getPerson_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EClass getPerson()
          Returns the meta object for class 'Person'.
 org.eclipse.emf.ecore.EClass getProfessor()
          Returns the meta object for class 'Professor'.
 org.eclipse.emf.ecore.EReference getStaff_Assistants()
          Returns the meta object for the containment reference list ' Assistants'.
 org.eclipse.emf.ecore.EReference getStaff_Professors()
          Returns the meta object for the containment reference list ' Professors'.
 org.eclipse.emf.ecore.EAttribute getStaff_Staff()
          Returns the meta object for the attribute list 'Staff'.
 org.eclipse.emf.ecore.EClass getStaff()
          Returns the meta object for class 'Staff'.
 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

STAFF

static final int STAFF
The meta object id for the 'Staff' class.

See Also:
StaffImpl, UniversityPackageImpl.getStaff(), Constant Field Values

STAFF__PROFESSORS

static final int STAFF__PROFESSORS
The feature id for the 'Professors' containment reference list.

See Also:
Constant Field Values

STAFF__ASSISTANTS

static final int STAFF__ASSISTANTS
The feature id for the 'Assistants' containment reference list.

See Also:
Constant Field Values

STAFF__STAFF

static final int STAFF__STAFF
The feature id for the 'Staff' attribute list.

See Also:
Constant Field Values

STAFF_FEATURE_COUNT

static final int STAFF_FEATURE_COUNT
The number of structural features of the 'Staff' class.

See Also:
Constant Field Values

STAFF_OPERATION_COUNT

static final int STAFF_OPERATION_COUNT
The number of operations of the 'Staff' class.

See Also:
Constant Field Values

PERSON

static final int PERSON
The meta object id for the 'Person' class.

See Also:
Person, UniversityPackageImpl.getPerson(), Constant Field Values

PERSON__NAME

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

See Also:
Constant Field Values

PERSON__ADDRESSES

static final int PERSON__ADDRESSES
The feature id for the 'Addresses' containment reference list.

See Also:
Constant Field Values

PERSON_FEATURE_COUNT

static final int PERSON_FEATURE_COUNT
The number of structural features of the 'Person' class.

See Also:
Constant Field Values

PERSON_OPERATION_COUNT

static final int PERSON_OPERATION_COUNT
The number of operations of the 'Person' class.

See Also:
Constant Field Values

PROFESSOR

static final int PROFESSOR
The meta object id for the 'Professor' class.

See Also:
ProfessorImpl, UniversityPackageImpl.getProfessor(), Constant Field Values

PROFESSOR__NAME

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

See Also:
Constant Field Values

PROFESSOR__ADDRESSES

static final int PROFESSOR__ADDRESSES
The feature id for the 'Addresses' containment reference list.

See Also:
Constant Field Values

PROFESSOR_FEATURE_COUNT

static final int PROFESSOR_FEATURE_COUNT
The number of structural features of the 'Professor' class.

See Also:
Constant Field Values

PROFESSOR_OPERATION_COUNT

static final int PROFESSOR_OPERATION_COUNT
The number of operations of the 'Professor' class.

See Also:
Constant Field Values

ASSISTANT

static final int ASSISTANT
The meta object id for the 'Assistant' class.

See Also:
AssistantImpl, UniversityPackageImpl.getAssistant(), Constant Field Values

ASSISTANT__NAME

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

See Also:
Constant Field Values

ASSISTANT__ADDRESSES

static final int ASSISTANT__ADDRESSES
The feature id for the 'Addresses' containment reference list.

See Also:
Constant Field Values

ASSISTANT_FEATURE_COUNT

static final int ASSISTANT_FEATURE_COUNT
The number of structural features of the 'Assistant' class.

See Also:
Constant Field Values

ASSISTANT_OPERATION_COUNT

static final int ASSISTANT_OPERATION_COUNT
The number of operations of the 'Assistant' class.

See Also:
Constant Field Values

ADDRESS

static final int ADDRESS
The meta object id for the 'Address' class.

See Also:
AddressImpl, UniversityPackageImpl.getAddress(), Constant Field Values

ADDRESS_FEATURE_COUNT

static final int ADDRESS_FEATURE_COUNT
The number of structural features of the 'Address' class.

See Also:
Constant Field Values

ADDRESS_OPERATION_COUNT

static final int ADDRESS_OPERATION_COUNT
The number of operations of the 'Address' 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()

getStaff

org.eclipse.emf.ecore.EClass getStaff()
Returns the meta object for class 'Staff'.

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

getStaff_Professors

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

Returns:
the meta object for the containment reference list 'Professors'.
See Also:
Staff.getProfessors(), getStaff()

getStaff_Assistants

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

Returns:
the meta object for the containment reference list 'Assistants'.
See Also:
Staff.getAssistants(), getStaff()

getStaff_Staff

org.eclipse.emf.ecore.EAttribute getStaff_Staff()
Returns the meta object for the attribute list 'Staff'.

Returns:
the meta object for the attribute list 'Staff'.
See Also:
Staff.getStaff(), getStaff()

getProfessor

org.eclipse.emf.ecore.EClass getProfessor()
Returns the meta object for class 'Professor'.

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

getAssistant

org.eclipse.emf.ecore.EClass getAssistant()
Returns the meta object for class 'Assistant'.

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

getPerson

org.eclipse.emf.ecore.EClass getPerson()
Returns the meta object for class 'Person'.

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

getPerson_Name

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

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

getPerson_Addresses

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

Returns:
the meta object for the containment reference list 'Addresses'.
See Also:
Person.getAddresses(), getPerson()

getAddress

org.eclipse.emf.ecore.EClass getAddress()
Returns the meta object for class 'Address'.

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

getUniversityFactory

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

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


Copyright © 2015. All Rights Reserved.