java.lang.Object
java.lang.Enum<HelpPage>
ch.ladestation.connectncharge.model.text.HelpPage
All Implemented Interfaces:
Serializable, Comparable<HelpPage>, Constable

public enum HelpPage extends Enum<HelpPage>
  • Enum Constant Details

    • WELCOME

      public static final HelpPage WELCOME
    • GAME_START

      public static final HelpPage GAME_START
    • GAME_CONTROLS

      public static final HelpPage GAME_CONTROLS
    • GAME_PLAY

      public static final HelpPage GAME_PLAY
    • RULES

      public static final HelpPage RULES
    • GOAL

      public static final HelpPage GOAL
    • SUPPORT

      public static final HelpPage SUPPORT
  • Method Details

    • values

      public static HelpPage[] 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 HelpPage 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
    • getText

      public String getText()
    • getPreviousPage

      public HelpPage getPreviousPage()
    • getNext

      public HelpPage getNext()
    • getPrevious

      public HelpPage getPrevious()