Uses of Class
org.apache.olingo.odata2.annotation.processor.ref.model.Employee

Packages that use Employee
org.apache.olingo.odata2.annotation.processor.ref.model   
 

Uses of Employee in org.apache.olingo.odata2.annotation.processor.ref.model
 

Subclasses of Employee in org.apache.olingo.odata2.annotation.processor.ref.model
 class Manager
           
 

Methods in org.apache.olingo.odata2.annotation.processor.ref.model that return types with arguments of type Employee
 List<Employee> Team.getEmployees()
           
 List<Employee> Room.getEmployees()
           
 List<Employee> Manager.getEmployees()
           
 

Methods in org.apache.olingo.odata2.annotation.processor.ref.model with parameters of type Employee
 void Team.addEmployee(Employee e)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.