Uses of Class
org.primefaces.showcase.domain.RoomCategory
-
Packages that use RoomCategory Package Description org.primefaces.showcase.domain -
-
Uses of RoomCategory in org.primefaces.showcase.domain
Methods in org.primefaces.showcase.domain that return RoomCategory Modifier and Type Method Description RoomCategoryBooking. getCategory()static RoomCategoryRoomCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static RoomCategory[]RoomCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.primefaces.showcase.domain with parameters of type RoomCategory Modifier and Type Method Description voidBooking. setCategory(RoomCategory category)Constructors in org.primefaces.showcase.domain with parameters of type RoomCategory Constructor Description Booking(Integer roomNumber, RoomCategory category, String phone, String comment)
-