Enum Class Aid.LockStatus

java.lang.Object
java.lang.Enum<Aid.LockStatus>
com.gemalto.mfs.mwsdk.dcm.Aid.LockStatus
All Implemented Interfaces:
Serializable, Comparable<Aid.LockStatus>, Constable
Enclosing interface:
Aid

public static enum Aid.LockStatus extends Enum<Aid.LockStatus>
The enum class for AID lock status.
Since:
6.3.1
  • Enum Constant Details

    • LOCKED

      public static final Aid.LockStatus LOCKED
      AID is locked, the SDK will respond to POS with status word 6A81.
    • UNLOCKED

      public static final Aid.LockStatus UNLOCKED
      AID is unlocked, and will work as usual.
  • Method Details

    • values

      public static Aid.LockStatus[] 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

      public static Aid.LockStatus valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      String representation of the enum.
      Overrides:
      toString in class Enum<Aid.LockStatus>
      Returns:
      String representation of the enum.