public static enum CodeUtil.ConversationType extends Enum<CodeUtil.ConversationType>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getName() |
static CodeUtil.ConversationType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CodeUtil.ConversationType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final CodeUtil.ConversationType PRIVATE
public static final CodeUtil.ConversationType DISCUSSION
public static final CodeUtil.ConversationType GROUP
public static final CodeUtil.ConversationType SYSTEM
public static final CodeUtil.ConversationType KF
public static final CodeUtil.ConversationType MC
public static final CodeUtil.ConversationType MP
public static CodeUtil.ConversationType[] values()
for (CodeUtil.ConversationType c : CodeUtil.ConversationType.values()) System.out.println(c);
public static CodeUtil.ConversationType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getName()
Copyright © 2020 RcongCloud Group. All rights reserved.