public enum I2of5CheckDigitVerification extends java.lang.Enum<I2of5CheckDigitVerification> implements IEnumType
Enum Constant and Description |
---|
Disable |
OPCCCheckDigit |
USSCheckDigit |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
toString() |
static I2of5CheckDigitVerification |
valueOf(int code) |
static I2of5CheckDigitVerification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I2of5CheckDigitVerification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I2of5CheckDigitVerification Disable
public static final I2of5CheckDigitVerification USSCheckDigit
public static final I2of5CheckDigitVerification OPCCCheckDigit
public static I2of5CheckDigitVerification[] values()
for (I2of5CheckDigitVerification c : I2of5CheckDigitVerification.values()) System.out.println(c);
public static I2of5CheckDigitVerification 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 java.lang.String toString()
toString
in interface IEnumType
toString
in class java.lang.Enum<I2of5CheckDigitVerification>
public static I2of5CheckDigitVerification valueOf(int code)