Uses of Enum
org.primefaces.showcase.domain.RoomCategory
Packages that use RoomCategory
-
Uses of RoomCategory in org.primefaces.showcase.domain
Methods in org.primefaces.showcase.domain that return RoomCategoryModifier and TypeMethodDescriptionBooking.getCategory()static RoomCategoryReturns 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 RoomCategoryConstructors in org.primefaces.showcase.domain with parameters of type RoomCategoryModifierConstructorDescriptionBooking(Integer roomNumber, RoomCategory category, String phone, String comment)