Package org.qiunet.utils.scanner
Enum Class ScannerType
- All Implemented Interfaces:
Serializable,Comparable<ScannerType>,Constable
扫描类型.
可以细化到每个 Application 也可以组装.
- Author:
- qiunet 2020-04-25 20:11
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription所有属性自动注入行为树action节点配置读取配置读取通道数据.客户端使用条件AI 策划用配置文件生成生成数据库表定时调度事件假枚举文件配置公式压测响应生成proto文件gm命令key val 配置埋点日志str -> 对象转换玩家的数据加载压测机器人行为树仅服务端服务节点任务处理请求转发url类型请求 -
Method Summary
Modifier and TypeMethodDescriptionint复合statusbooleantest(int val) 是否可以扫描static ScannerTypeReturns the enum constant of this class with the specified name.static ScannerType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
-
OBJ_CONVERT
str -> 对象转换 -
EVENT
事件 -
CONDITION
条件 -
ROBOT_BEHAVIOR_BUILDER
压测机器人行为树 -
CFG_SCANNER
配置读取 -
AUTO_WIRE
自动注入 -
FILE_CONFIG
文件配置 -
BEHAVIOR_ACTION
行为树action节点 -
CREATE_AI_CONFIG
AI 策划用配置文件生成 -
CREATE_TABLE
生成数据库表 -
CRON
定时调度 -
PLAYER_DATA_LOADER
玩家的数据加载 -
FORMULA
公式 -
CHANNEL_DATA
通道数据. 请求 -
GM_COMMAND
gm命令 -
KEY_VAL_CFG
key val 配置 -
GENERATOR_PROTO
生成proto文件 -
GAME_TEST_RESPONSE
响应 -
SERVER_NODE
服务节点 -
TARGET_HANDLER
任务处理 -
TRANSACTION
请求转发 -
URL_REQUEST
url类型请求 -
ATTR
属性 -
FAKE_ENUM
假枚举 -
LOG_RECORD
埋点日志 -
CFG
配置读取 -
SERVER
仅服务端 -
CLIENT
客户端使用 -
GAME_TEST
压测 -
ALL
所有
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- 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.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getStatus
public int getStatus()复合status- Returns:
-
test
public boolean test(int val) 是否可以扫描- Returns:
-