Enum Modes

java.lang.Object
java.lang.Enum<Modes>
me.ulrich.koth.manager.EnumFiles.Modes
All Implemented Interfaces:
Serializable, Comparable<Modes>, java.lang.constant.Constable, me.ulrich.econfig.interfaces.ConfigurationEnum

public enum Modes extends Enum<Modes> implements me.ulrich.econfig.interfaces.ConfigurationEnum
  • Enum Constant Details

    • Modes

      public static final Modes Modes
    • Modes_comum

      public static final Modes Modes_comum
    • Modes_comum_name

      public static final Modes Modes_comum_name
    • Modes_percent

      public static final Modes Modes_percent
    • Modes_percent_name

      public static final Modes Modes_percent_name
    • Modes_percent_icon

      public static final Modes Modes_percent_icon
    • Modes_percent_description

      public static final Modes Modes_percent_description
  • Method Details

    • values

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

      public static Modes valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getPath

      public String getPath()
      Specified by:
      getPath in interface me.ulrich.econfig.interfaces.ConfigurationEnum
    • getDefaultValue

      public Object getDefaultValue()
      Specified by:
      getDefaultValue in interface me.ulrich.econfig.interfaces.ConfigurationEnum
    • getComments

      public String[] getComments()
      Specified by:
      getComments in interface me.ulrich.econfig.interfaces.ConfigurationEnum