public static enum EZConstants.EZLeaveMsgType extends java.lang.Enum<EZConstants.EZLeaveMsgType>
| Enum Constant and Description |
|---|
EZLeaveMsgTypeVideo |
EZLeaveMsgTypeVoice |
| Modifier and Type | Method and Description |
|---|---|
int |
getLeaveMsgType() |
static EZConstants.EZLeaveMsgType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EZConstants.EZLeaveMsgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getLeaveMsgType()