public enum VerifyType extends Enum<VerifyType>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static VerifyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerifyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerifyType FLASH
public static final VerifyType SMS
public static final VerifyType TTS
public static final VerifyType EMAIL
public static VerifyType[] values()
for (VerifyType c : VerifyType.values()) System.out.println(c);
public static VerifyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<VerifyType>Copyright © 2024. All rights reserved.