public enum CCSecurityCodeMatchEnum extends Enum<CCSecurityCodeMatchEnum>
Java class for CCSecurityCodeMatchEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CCSecurityCodeMatchEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Fail"/>
<enumeration value="NotAvailable"/>
<enumeration value="Pass"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FAIL |
NOT_AVAILABLE |
PASS |
| Modifier and Type | Method and Description |
|---|---|
static CCSecurityCodeMatchEnum |
fromValue(String v) |
String |
value() |
static CCSecurityCodeMatchEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCSecurityCodeMatchEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CCSecurityCodeMatchEnum FAIL
public static final CCSecurityCodeMatchEnum NOT_AVAILABLE
public static final CCSecurityCodeMatchEnum PASS
public static CCSecurityCodeMatchEnum[] values()
for (CCSecurityCodeMatchEnum c : CCSecurityCodeMatchEnum.values()) System.out.println(c);
public static CCSecurityCodeMatchEnum 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 value()
public static CCSecurityCodeMatchEnum fromValue(String v)
Copyright © 2017. All rights reserved.