Enum Class ConfigurationEnum
- 所有已实现的接口:
Serializable
,Comparable<ConfigurationEnum>
,Constable
脚本配置信息,在
ConfigurationConfig
里写入-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
枚举常量概要
枚举常量枚举常量说明自动打开web页套牌,偶数萨,动物园等WEB启用密码游戏路径战网密码战网路径模式,狂野、标准等是否执行策略更新开发版WEB访问密码工作日标记工作时间,具体时间段工作时间标记 -
方法概要
修饰符和类型方法说明static ConfigurationEnum
Returns the enum constant of this class with the specified name.static ConfigurationEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
枚举常量详细资料
-
AUTO_OPEN_WEB
自动打开web页 -
STRATEGY
是否执行策略 -
GAME_PATH
游戏路径 -
PLATFORM_PATH
战网路径 -
RUN_MODE
模式,狂野、标准等 -
DECK
套牌,偶数萨,动物园等 -
WORK_DAY_FLAG
工作日标记 -
WORK_TIME_FLAG
工作时间标记 -
WORK_TIME
工作时间,具体时间段 -
VERIFY_PASSWORD
WEB访问密码 -
ENABLE_VERIFY
WEB启用密码 -
UPDATE_DEV
更新开发版 -
PLATFORM_PASSWORD
战网密码 -
AUTO_UPDATE
-
-
方法详细资料
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- 返回:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
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.)- 参数:
name
- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- 如果参数为空值
-