Enum Class LexiconfigApi.Extension

java.lang.Object
java.lang.Enum<LexiconfigApi.Extension>
com.codinglitch.lexiconfig.LexiconfigApi.Extension
All Implemented Interfaces:
Serializable, Comparable<LexiconfigApi.Extension>, Constable
Enclosing class:
LexiconfigApi

public static enum LexiconfigApi.Extension extends Enum<LexiconfigApi.Extension>
These are the possible extensions to save the config as.
  • Enum Constant Details

  • Field Details

    • file

      public final String file
  • Method Details

    • values

      public static LexiconfigApi.Extension[] 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 LexiconfigApi.Extension 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