public enum AvsComponents extends Enum<AvsComponents>
| Enum Constant and Description |
|---|
ADDRESS_MATCHED |
ADDRESS_NOT_MATCHED |
CPF_MATCHED |
CPF_NOT_MATCHED |
POSTAL_CODE_5_MATCHED |
POSTAL_CODE_5_NOT_MATCHED |
POSTAL_CODE_9_MATCHED |
POSTAL_CODE_9_NOT_MATCHED |
POSTAL_CODE_MATCHED |
POSTAL_CODE_NOT_MATCHED |
| Modifier and Type | Method and Description |
|---|---|
static AvsComponents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvsComponents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvsComponents POSTAL_CODE_MATCHED
public static final AvsComponents POSTAL_CODE_NOT_MATCHED
public static final AvsComponents ADDRESS_MATCHED
public static final AvsComponents ADDRESS_NOT_MATCHED
public static final AvsComponents CPF_MATCHED
public static final AvsComponents CPF_NOT_MATCHED
public static final AvsComponents POSTAL_CODE_9_MATCHED
public static final AvsComponents POSTAL_CODE_9_NOT_MATCHED
public static final AvsComponents POSTAL_CODE_5_MATCHED
public static final AvsComponents POSTAL_CODE_5_NOT_MATCHED
public static AvsComponents[] values()
for (AvsComponents c : AvsComponents.values()) System.out.println(c);
public static AvsComponents 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 nullCopyright © 2017 SAP SE. All Rights Reserved.