Enum Class ActorAdminController.Template

java.lang.Object
java.lang.Enum<ActorAdminController.Template>
de.gustavblass.fsu.fmi.roombooking.controller.admin.ActorAdminController.Template
All Implemented Interfaces:
Serializable, Comparable<ActorAdminController.Template>, Constable
Enclosing class:
ActorAdminController

public static enum ActorAdminController.Template extends Enum<ActorAdminController.Template>

Represents templates in the resources for administrators.

  • Enum Constant Details

    • ADMIN_MAIN

      public static final ActorAdminController.Template ADMIN_MAIN
      The path to the HTML resource file that shows the main administrators' interface.
  • Field Details

    • template

      public final String template
  • Constructor Details

    • Template

      private Template(@NonNull @NonNull String template)
  • Method Details

    • values

      public static ActorAdminController.Template[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ActorAdminController.Template valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null