Uses of Enum Class
de.gustavblass.fsu.fmi.roombooking.controller.admin.RoomAdminController.Template
Packages that use RoomAdminController.Template
-
Uses of RoomAdminController.Template in de.gustavblass.fsu.fmi.roombooking.controller.admin
Subclasses with type arguments of type RoomAdminController.Template in de.gustavblass.fsu.fmi.roombooking.controller.adminModifier and TypeClassDescriptionprivate static enumRepresents templates in the resources, allowing one or several Reservations to be rendered as HTML.Methods in de.gustavblass.fsu.fmi.roombooking.controller.admin that return RoomAdminController.TemplateModifier and TypeMethodDescriptionstatic RoomAdminController.TemplateReturns the enum constant of this class with the specified name.static RoomAdminController.Template[]RoomAdminController.Template.values()Returns an array containing the constants of this enum class, in the order they are declared.