public static enum EZConstants.EZSMSType extends java.lang.Enum<EZConstants.EZSMSType>
| Enum Constant and Description |
|---|
EZSMSTypeOperate |
EZSMSTypeSecure |
| Modifier and Type | Method and Description |
|---|---|
int |
getSmsType() |
static EZConstants.EZSMSType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EZConstants.EZSMSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EZConstants.EZSMSType EZSMSTypeSecure
public static final EZConstants.EZSMSType EZSMSTypeOperate
public static EZConstants.EZSMSType[] values()
for (EZConstants.EZSMSType c : EZConstants.EZSMSType.values()) System.out.println(c);
public static EZConstants.EZSMSType 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 getSmsType()