Uses of Class
org.apache.olingo.odata2.annotation.processor.ref.model.Room
-
Packages that use Room Package Description 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 Modifier and Type Method Description RoomEmployee. getRoom()Methods in org.apache.olingo.odata2.annotation.processor.ref.model that return types with arguments of type Room Modifier and Type Method Description List<Room>Building. getRooms()Methods in org.apache.olingo.odata2.annotation.processor.ref.model with parameters of type Room Modifier and Type Method Description voidBuilding. addRoom(Room room)voidEmployee. setRoom(Room room)
-