Package me.playernguyen.opteco
Enum OptEcoConfiguration
java.lang.Object
java.lang.Enum<OptEcoConfiguration>
me.playernguyen.opteco.configuration.OptEcoConfiguration
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<OptEcoConfiguration>
,java.lang.constant.Constable
public enum OptEcoConfiguration extends java.lang.Enum<OptEcoConfiguration>
-
Nested Class Summary
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description java.lang.Object
getDefaultSetting()
java.lang.String
getPath()
static OptEcoConfiguration
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OptEcoConfiguration[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CHECK_FOR_UPDATE
-
START_BALANCE
-
MIN_BALANCE
-
PAYMENT_CONFIRM
-
CURRENCY_SYMBOL
-
MINIMUM_TRANSACT_VALUE
-
STORAGE_TYPE
-
MYSQL_HOST
-
MYSQL_DATABASE
-
MYSQL_PORT
-
MYSQL_USERNAME
-
MYSQL_PASSWORD
-
SQLITE_FILE
-
SQL_ACCOUNT_TABLE_NAME
-
SQL_TRANSACT_TABLE_NAME
-
SQL_CLOSE_CONNECT_TIMEOUT
-
COMMAND_LIMIT_TOP
-
COUNTDOWN_ENABLE
-
COUNTDOWN_TYPE
-
REFRESH_TIME
-
DEBUG
-
LANGUAGE_FILE
-
-
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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getPath
public java.lang.String getPath() -
getDefaultSetting
public java.lang.Object getDefaultSetting()
-