Enum Class PosCapability.VerificationCapability
java.lang.Object
java.lang.Enum<PosCapability.VerificationCapability>
org.jpos.iso.PosCapability.VerificationCapability
- All Implemented Interfaces:
Serializable, Comparable<PosCapability.VerificationCapability>, Constable, PosFlags.Flag
- Enclosing class:
PosCapability
public static enum PosCapability.VerificationCapability
extends Enum<PosCapability.VerificationCapability>
implements PosFlags.Flag
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintintintValue()toString()Returns the enum constant of this class with the specified name.static PosCapability.VerificationCapability[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
-
NONE
-
MANUAL_SIGNATURE
-
ONLINE_PIN
-
OFFLINE_PIN_IN_CLEAR
-
OFFLINE_PIN_ENCRYPTED
-
OFFLINE_DIGITIZED_SIGNATURE_ANALYSIS
-
OFFLINE_BIOMETRICS
-
OFFLINE_MANUAL_VERIFICATION
-
OFFLINE_BIOGRAPHICS
-
ACCOUNT_BASED_DIGITAL_SIGNATURE
-
PUBLIC_KEY_BASED_DIGITAL_SIGNATURE
-
-
Field Details
-
OFFSET
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
intValue
- Specified by:
intValuein interfacePosFlags.Flag
-
toString
- Overrides:
toStringin classEnum<PosCapability.VerificationCapability>
-
getOffset
- Specified by:
getOffsetin interfacePosFlags.Flag
-