@Deprecated public enum CAVVResponseType extends java.lang.Enum<CAVVResponseType>
| Enum Constant and Description |
|---|
CAVV_0
Deprecated.
|
CAVV_1
Deprecated.
|
CAVV_2
Deprecated.
|
CAVV_3
Deprecated.
|
CAVV_4
Deprecated.
|
CAVV_5
Deprecated.
|
CAVV_6
Deprecated.
|
CAVV_7
Deprecated.
|
CAVV_8
Deprecated.
|
CAVV_9
Deprecated.
|
CAVV_A
Deprecated.
|
CAVV_B
Deprecated.
|
NOT_VALIDATED
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CAVVResponseType |
findByValue(java.lang.String value)
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
|
java.lang.String |
getValue()
Deprecated.
|
static CAVVResponseType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CAVVResponseType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CAVVResponseType NOT_VALIDATED
public static final CAVVResponseType CAVV_0
public static final CAVVResponseType CAVV_1
public static final CAVVResponseType CAVV_2
public static final CAVVResponseType CAVV_3
public static final CAVVResponseType CAVV_4
public static final CAVVResponseType CAVV_5
public static final CAVVResponseType CAVV_6
public static final CAVVResponseType CAVV_7
public static final CAVVResponseType CAVV_8
public static final CAVVResponseType CAVV_9
public static final CAVVResponseType CAVV_A
public static final CAVVResponseType CAVV_B
public static CAVVResponseType[] values()
for (CAVVResponseType c : CAVVResponseType.values()) System.out.println(c);
public static CAVVResponseType 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 static CAVVResponseType findByValue(java.lang.String value)
public java.lang.String getValue()
public java.lang.String getDescription()
Copyright © 2018. All Rights Reserved.