Uses of Enum Class
eus.ehu.hotelreservation.domain.RoomStatus
Packages that use RoomStatus
-
Uses of RoomStatus in eus.ehu.hotelreservation.domain
Methods in eus.ehu.hotelreservation.domain that return RoomStatusModifier and TypeMethodDescriptionRoom.getStatus()static RoomStatusReturns the enum constant of this class with the specified name.static RoomStatus[]RoomStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eus.ehu.hotelreservation.domain with parameters of type RoomStatus