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

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

    • CREDITS

      public static final FilePath CREDITS
    • LOADINGPAGE

      public static final FilePath LOADINGPAGE
    • HOMEPAGE

      public static final FilePath HOMEPAGE
    • EDGECLICKSCREEN

      public static final FilePath EDGECLICKSCREEN
    • COUNTDOWNPAGE

      public static final FilePath COUNTDOWNPAGE
    • HELPPAGE

      public static final FilePath HELPPAGE
    • GAMEPAGE

      public static final FilePath GAMEPAGE
    • ENDSCREEN

      public static final FilePath ENDSCREEN
    • NAMEINPUT

      public static final FilePath NAMEINPUT
    • HIGHSCORE

      public static final FilePath HIGHSCORE
    • ADMINPAGE

      public static final FilePath ADMINPAGE
    • ADMINNORMALLEADERBOARD

      public static final FilePath ADMINNORMALLEADERBOARD
    • ADMINHOMEPAGE

      public static final FilePath ADMINHOMEPAGE
    • CSS

      public static final FilePath CSS
    • TEXT_FILE_PLAYER_PATH_LINUX

      public static final FilePath TEXT_FILE_PLAYER_PATH_LINUX
    • WHOLE_TEXT_FILE_PLAYER_PATH_LINUX

      public static final FilePath WHOLE_TEXT_FILE_PLAYER_PATH_LINUX
  • Method Details

    • values

      public static FilePath[] 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 FilePath 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
    • getFilePath

      public String getFilePath()
    • getNext

      public FilePath getNext()
    • getPrevious

      public FilePath getPrevious()