public enum I20f5CheckDigitVerification extends java.lang.Enum<I20f5CheckDigitVerification>
Enum Constant and Description |
---|
Disable |
NotSupport |
OPCC |
USS |
Modifier and Type | Method and Description |
---|---|
static I20f5CheckDigitVerification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I20f5CheckDigitVerification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I20f5CheckDigitVerification Disable
public static final I20f5CheckDigitVerification USS
public static final I20f5CheckDigitVerification OPCC
public static final I20f5CheckDigitVerification NotSupport
public static I20f5CheckDigitVerification[] values()
for (I20f5CheckDigitVerification c : I20f5CheckDigitVerification.values()) System.out.println(c);
public static I20f5CheckDigitVerification 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 null