Enum Class PrepGuiPage

java.lang.Object
java.lang.Enum<PrepGuiPage>
dev.deepcore.challenge.PrepGuiPage
All Implemented Interfaces:
Serializable, Comparable<PrepGuiPage>, Constable

public enum PrepGuiPage extends Enum<PrepGuiPage>
Prep GUI page identifiers.
  • Enum Constant Details

    • CATEGORIES

      public static final PrepGuiPage CATEGORIES
      Top-level page showing prep categories.
    • INVENTORY

      public static final PrepGuiPage INVENTORY
      Inventory-related settings page.
    • HEALTH

      public static final PrepGuiPage HEALTH
      Health-related settings page.
    • RUN_HISTORY

      public static final PrepGuiPage RUN_HISTORY
      Run history/records page.
  • Method Details

    • values

      public static PrepGuiPage[] 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 PrepGuiPage 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