public static enum EZConstants.EZLeaveMsgType extends java.lang.Enum<EZConstants.EZLeaveMsgType>
枚举常量和说明 |
---|
EZLeaveMsgTypeVideo
视频留言信息类型
|
EZLeaveMsgTypeVoice
语音留言信息类型
|
限定符和类型 | 方法和说明 |
---|---|
int |
getLeaveMsgType() |
static EZConstants.EZLeaveMsgType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static EZConstants.EZLeaveMsgType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final EZConstants.EZLeaveMsgType EZLeaveMsgTypeVoice
public static final EZConstants.EZLeaveMsgType EZLeaveMsgTypeVideo
public static EZConstants.EZLeaveMsgType[] values()
for (EZConstants.EZLeaveMsgType c : EZConstants.EZLeaveMsgType.values()) System.out.println(c);
public static EZConstants.EZLeaveMsgType valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public int getLeaveMsgType()