public static enum LCLiveQuery.EventType extends Enum<LCLiveQuery.EventType>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
static LCLiveQuery.EventType |
getType(String event) |
static LCLiveQuery.EventType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static LCLiveQuery.EventType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final LCLiveQuery.EventType CREATE
public static final LCLiveQuery.EventType UPDATE
public static final LCLiveQuery.EventType ENTER
public static final LCLiveQuery.EventType LEAVE
public static final LCLiveQuery.EventType DELETE
public static final LCLiveQuery.EventType LOGIN
public static final LCLiveQuery.EventType UNKONWN
public static LCLiveQuery.EventType[] values()
for (LCLiveQuery.EventType c : LCLiveQuery.EventType.values()) System.out.println(c);
public static LCLiveQuery.EventType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static LCLiveQuery.EventType getType(String event)
public String getContent()
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.