|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UniversityPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final UniversityPackage eINSTANCE
static final int COURSE_CATALOG
Course Catalog
' class.
CourseCatalogImpl
,
UniversityPackageImpl.getCourseCatalog()
,
Constant Field Valuesstatic final int COURSE_CATALOG__COURSES
static final int COURSE_CATALOG_FEATURE_COUNT
static final int COURSE_CATALOG_OPERATION_COUNT
static final int COURSE
Course
' class.
CourseImpl
,
UniversityPackageImpl.getCourse()
,
Constant Field Valuesstatic final int COURSE__ID
static final int COURSE__NAME
static final int COURSE__ETCS
static final int COURSE_FEATURE_COUNT
static final int COURSE_OPERATION_COUNT
static final int STAFF
Staff
' class.
StaffImpl
,
UniversityPackageImpl.getStaff()
,
Constant Field Valuesstatic final int STAFF__PROFESSORS
static final int STAFF__ASSISTANTS
static final int STAFF__STAFF
static final int STAFF_FEATURE_COUNT
static final int STAFF_OPERATION_COUNT
static final int PERSON
Person
' class.
Person
,
UniversityPackageImpl.getPerson()
,
Constant Field Valuesstatic final int PERSON__NAME
static final int PERSON__ADDRESSES
static final int PERSON_FEATURE_COUNT
static final int PERSON_OPERATION_COUNT
static final int PROFESSOR
Professor
'
class.
ProfessorImpl
,
UniversityPackageImpl.getProfessor()
,
Constant Field Valuesstatic final int PROFESSOR__NAME
static final int PROFESSOR__ADDRESSES
static final int PROFESSOR_FEATURE_COUNT
static final int PROFESSOR_OPERATION_COUNT
static final int ASSISTANT
Assistant
'
class.
AssistantImpl
,
UniversityPackageImpl.getAssistant()
,
Constant Field Valuesstatic final int ASSISTANT__NAME
static final int ASSISTANT__ADDRESSES
static final int ASSISTANT_FEATURE_COUNT
static final int ASSISTANT_OPERATION_COUNT
static final int ADDRESS
Address
' class.
AddressImpl
,
UniversityPackageImpl.getAddress()
,
Constant Field Valuesstatic final int ADDRESS_FEATURE_COUNT
static final int ADDRESS_OPERATION_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getCourseCatalog()
Course Catalog
'.
CourseCatalog
org.eclipse.emf.ecore.EReference getCourseCatalog_Courses()
Courses
'.
CourseCatalog.getCourses()
,
getCourseCatalog()
org.eclipse.emf.ecore.EClass getCourse()
Course
'.
Course
org.eclipse.emf.ecore.EAttribute getCourse_Id()
Id
'.
Course.getId()
,
getCourse()
org.eclipse.emf.ecore.EAttribute getCourse_Name()
Name
'.
Course.getName()
,
getCourse()
org.eclipse.emf.ecore.EAttribute getCourse_Etcs()
Etcs
'.
Course.getEtcs()
,
getCourse()
org.eclipse.emf.ecore.EClass getStaff()
Staff
'.
Staff
org.eclipse.emf.ecore.EReference getStaff_Professors()
Professors
'.
Staff.getProfessors()
,
getStaff()
org.eclipse.emf.ecore.EReference getStaff_Assistants()
Assistants
'.
Staff.getAssistants()
,
getStaff()
org.eclipse.emf.ecore.EAttribute getStaff_Staff()
Staff
'.
Staff.getStaff()
,
getStaff()
org.eclipse.emf.ecore.EClass getProfessor()
Professor
'.
Professor
org.eclipse.emf.ecore.EClass getAssistant()
Assistant
'.
Assistant
org.eclipse.emf.ecore.EClass getPerson()
Person
'.
Person
org.eclipse.emf.ecore.EAttribute getPerson_Name()
Name
'.
Person.getName()
,
getPerson()
org.eclipse.emf.ecore.EReference getPerson_Addresses()
Addresses
'.
Person.getAddresses()
,
getPerson()
org.eclipse.emf.ecore.EClass getAddress()
Address
'.
Address
UniversityFactory getUniversityFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |