public static enum PinVerifyResult.VerificationResultsCode extends Enum<PinVerifyResult.VerificationResultsCode>
Enum Constant and Description |
---|
INVALID_PIN |
LOCKED |
OK |
TEMPORARY_LOCKED |
Modifier and Type | Method and Description |
---|---|
static PinVerifyResult.VerificationResultsCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PinVerifyResult.VerificationResultsCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PinVerifyResult.VerificationResultsCode OK
public static final PinVerifyResult.VerificationResultsCode TEMPORARY_LOCKED
public static final PinVerifyResult.VerificationResultsCode LOCKED
public static final PinVerifyResult.VerificationResultsCode INVALID_PIN
public static PinVerifyResult.VerificationResultsCode[] values()
for (PinVerifyResult.VerificationResultsCode c : PinVerifyResult.VerificationResultsCode.values()) System.out.println(c);
public static PinVerifyResult.VerificationResultsCode 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 © 2022 KOBIL Systems GmbH. All rights reserved.