public enum CAVVResponseType extends Enum<CAVVResponseType>
| Enum Constant and Description |
|---|
CAVV_0 |
CAVV_1 |
CAVV_2 |
CAVV_3 |
CAVV_4 |
CAVV_5 |
CAVV_6 |
CAVV_7 |
CAVV_8 |
CAVV_9 |
CAVV_A |
CAVV_B |
NOT_VALIDATED |
| Modifier and Type | Method and Description |
|---|---|
static CAVVResponseType |
findByValue(String value) |
String |
getDescription() |
String |
getValue() |
static CAVVResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CAVVResponseType[] |
values()
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(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 static CAVVResponseType findByValue(String value)
public String getValue()
public String getDescription()
Copyright © 2016. All Rights Reserved.