public enum ZoopAssitiveModeState extends java.lang.Enum<ZoopAssitiveModeState>
Enum Constant and Description |
---|
CAPTCHA_VIEW |
CAPTCHA_VIEW_ERROR |
OTP_VIEW |
REQ_OTP_VIEW |
SHARE_CODE_VIEW |
SUBMIT_OTP_VIEW |
UID_VIEW |
Modifier and Type | Field and Description |
---|---|
int |
intValue |
java.lang.String |
stringValue |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRequest() |
int |
getRequestValue() |
java.lang.String |
toString() |
static ZoopAssitiveModeState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZoopAssitiveModeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZoopAssitiveModeState UID_VIEW
public static final ZoopAssitiveModeState CAPTCHA_VIEW
public static final ZoopAssitiveModeState SHARE_CODE_VIEW
public static final ZoopAssitiveModeState OTP_VIEW
public static final ZoopAssitiveModeState REQ_OTP_VIEW
public static final ZoopAssitiveModeState SUBMIT_OTP_VIEW
public static final ZoopAssitiveModeState CAPTCHA_VIEW_ERROR
public static ZoopAssitiveModeState[] values()
for (ZoopAssitiveModeState c : ZoopAssitiveModeState.values()) System.out.println(c);
public static ZoopAssitiveModeState 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 java.lang.String getRequest()
public int getRequestValue()
public java.lang.String toString()
toString
in class java.lang.Enum<ZoopAssitiveModeState>