public static enum LCLiveQuery.EventType extends Enum<LCLiveQuery.EventType>
Enum Constant and Description |
---|
CREATE |
DELETE |
ENTER |
LEAVE |
LOGIN |
UNKONWN |
UPDATE |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
static LCLiveQuery.EventType |
getType(String event) |
static LCLiveQuery.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LCLiveQuery.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static LCLiveQuery.EventType getType(String event)
public String getContent()
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.