Uses of Interface
org.eclipse.emf.examples.extlibrary.Employee

Packages that use Employee
org.eclipse.emf.examples.extlibrary   
org.eclipse.emf.examples.extlibrary.impl   
org.eclipse.emf.examples.extlibrary.util   
 

Uses of Employee in org.eclipse.emf.examples.extlibrary
 

Methods in org.eclipse.emf.examples.extlibrary that return Employee
 Employee EXTLibraryFactory.createEmployee()
          Returns a new object of class 'Employee'
 Employee Employee.getManager()
          Returns the value of the 'Manager' reference
 

Methods in org.eclipse.emf.examples.extlibrary that return types with arguments of type Employee
 EList<Employee> Library.getEmployees()
          Returns the value of the 'Employees' containment reference list.
 

Methods in org.eclipse.emf.examples.extlibrary with parameters of type Employee
 void Employee.setManager(Employee value)
          Sets the value of the 'Manager' reference
 

Uses of Employee in org.eclipse.emf.examples.extlibrary.impl
 

Classes in org.eclipse.emf.examples.extlibrary.impl that implement Employee
 class EmployeeImpl
          An implementation of the model object 'Employee'
 

Fields in org.eclipse.emf.examples.extlibrary.impl declared as Employee
protected  Employee EmployeeImpl.manager
          The cached value of the 'Manager' reference
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return Employee
 Employee EmployeeImpl.basicGetManager()
           
 Employee EXTLibraryFactoryImpl.createEmployee()
           
 Employee EmployeeImpl.getManager()
           
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return types with arguments of type Employee
 EList<Employee> LibraryImpl.getEmployees()
           
 

Methods in org.eclipse.emf.examples.extlibrary.impl with parameters of type Employee
 void EmployeeImpl.setManager(Employee newManager)
           
 

Uses of Employee in org.eclipse.emf.examples.extlibrary.util
 

Methods in org.eclipse.emf.examples.extlibrary.util with parameters of type Employee
 T EXTLibrarySwitch.caseEmployee(Employee object)
          Returns the result of interpreting the object as an instance of 'Employee'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.