JavaScript is disabled on your browser.
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 Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
STORAGE
public static final Storage STORAGE
STORAGE_type
public static final Storage STORAGE_type
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_args
public static final Storage STORAGE_mysql_args
STORAGE_mysql_maximumPoolSize
public static final Storage STORAGE_mysql_maximumPoolSize
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_clan_table
public static final Storage STORAGE_databases_clan_table
STORAGE_databases_player_table
public static final Storage STORAGE_databases_player_table
STORAGE_databases_invite_table
public static final Storage STORAGE_databases_invite_table
STORAGE_databases_permissions_table
public static final Storage STORAGE_databases_permissions_table
STORAGE_databases_moderation_table
public static final Storage STORAGE_databases_moderation_table
STORAGE_databases_logger_table
public static final Storage STORAGE_databases_logger_table
STORAGE_databases_mail_table
public static final Storage STORAGE_databases_mail_table
STORAGE_databases_rewards_table
public static final Storage STORAGE_databases_rewards_table
STORAGE_datasource
public static final Storage STORAGE_datasource
STORAGE_datasource_mysql
public static final Storage STORAGE_datasource_mysql
STORAGE_datasource_mysql_class
public static final Storage STORAGE_datasource_mysql_class
STORAGE_datasource_sqlite
public static final Storage STORAGE_datasource_sqlite
STORAGE_datasource_sqlite_class
public static final Storage STORAGE_datasource_sqlite_class
Method Details
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
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
Specified by:
getPath in interface me.ulrich.econfig.interfaces.ConfigurationEnum
getDefaultValue
public Object getDefaultValue ()
Specified by:
getDefaultValue in interface me.ulrich.econfig.interfaces.ConfigurationEnum