Enum Storage

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

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

    • STORAGE

      public static final Storage STORAGE
    • STORAGE_type

      public static final Storage STORAGE_type
    • STORAGE_mysql

      public static final Storage STORAGE_mysql
    • STORAGE_mysql_host

      public static final Storage STORAGE_mysql_host
    • STORAGE_mysql_port

      public static final Storage STORAGE_mysql_port
    • STORAGE_mysql_base

      public static final Storage STORAGE_mysql_base
    • STORAGE_mysql_ssl

      public static final Storage STORAGE_mysql_ssl
    • STORAGE_mysql_charset

      public static final Storage STORAGE_mysql_charset
    • STORAGE_mysql_user

      public static final Storage STORAGE_mysql_user
    • STORAGE_mysql_pass

      public static final Storage STORAGE_mysql_pass
    • STORAGE_databases

      public static final Storage STORAGE_databases
    • STORAGE_databases_outpost_table

      public static final Storage STORAGE_databases_outpost_table
    • STORAGE_databases_lootblocks_table

      public static final Storage STORAGE_databases_lootblocks_table
    • STORAGE_databases_loots_table

      public static final Storage STORAGE_databases_loots_table
    • STORAGE_databases_hologram_table

      public static final Storage STORAGE_databases_hologram_table
    • STORAGE_databases_stats_table

      public static final Storage STORAGE_databases_stats_table
    • STORAGE_databases_commands_table

      public static final Storage STORAGE_databases_commands_table
    • STORAGE_databases_advantages_table

      public static final Storage STORAGE_databases_advantages_table
    • STORAGE_databases_interactions_table

      public static final Storage STORAGE_databases_interactions_table
  • Method Details

    • values

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