public enum CustomChatRecordOperationCode extends Enum<CustomChatRecordOperationCode>
Description:
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
String |
getDesc() |
static CustomChatRecordOperationCode |
getOper(int code) |
static CustomChatRecordOperationCode |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CustomChatRecordOperationCode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final CustomChatRecordOperationCode MISS
public static final CustomChatRecordOperationCode ONLINE
public static final CustomChatRecordOperationCode CALL
public static final CustomChatRecordOperationCode CLOSE
public static final CustomChatRecordOperationCode RASE
public static final CustomChatRecordOperationCode RECEIVE1
public static final CustomChatRecordOperationCode SEND
public static final CustomChatRecordOperationCode RECEIVE2
public static CustomChatRecordOperationCode[] values()
for (CustomChatRecordOperationCode c : CustomChatRecordOperationCode.values()) System.out.println(c);
public static CustomChatRecordOperationCode valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static CustomChatRecordOperationCode getOper(int code)
public int getCode()
public String getDesc()
Copyright © 2020. All rights reserved.