Uses of Interface
org.eclipse.emf.ecp.test.university.Course

Packages that use Course
org.eclipse.emf.ecp.test.university   
org.eclipse.emf.ecp.test.university.impl   
org.eclipse.emf.ecp.test.university.util   
 

Uses of Course in org.eclipse.emf.ecp.test.university
 

Methods in org.eclipse.emf.ecp.test.university that return Course
 Course UniversityFactory.createCourse()
          Returns a new object of class 'Course'.
 

Methods in org.eclipse.emf.ecp.test.university that return types with arguments of type Course
 org.eclipse.emf.common.util.EList<Course> CourseCatalog.getCourses()
          Returns the value of the 'Courses' containment reference list.
 

Uses of Course in org.eclipse.emf.ecp.test.university.impl
 

Classes in org.eclipse.emf.ecp.test.university.impl that implement Course
 class CourseImpl
          An implementation of the model object 'Course'.
 

Methods in org.eclipse.emf.ecp.test.university.impl that return Course
 Course UniversityFactoryImpl.createCourse()
           
 

Methods in org.eclipse.emf.ecp.test.university.impl that return types with arguments of type Course
 org.eclipse.emf.common.util.EList<Course> CourseCatalogImpl.getCourses()
           
 

Uses of Course in org.eclipse.emf.ecp.test.university.util
 

Methods in org.eclipse.emf.ecp.test.university.util with parameters of type Course
 T UniversitySwitch.caseCourse(Course object)
          Returns the result of interpreting the object as an instance of 'Course'.
 boolean UniversityValidator.validateCourse_NameNotEmpty(Course course, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the NameNotEmpty constraint of 'Course'.
 boolean UniversityValidator.validateCourse_UniqueItemById(Course course, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the UniqueItemById constraint of 'Course'.
 boolean UniversityValidator.validateCourse(Course course, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2014. All Rights Reserved.