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

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

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

Methods in org.apache.olingo.odata2.annotation.processor.ref.model that return Room
 Room Employee.getRoom()
           
 

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

Methods in org.apache.olingo.odata2.annotation.processor.ref.model with parameters of type Room
 void Building.addRoom(Room room)
           
 void Employee.setRoom(Room room)
           
 



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