Enum Class CvmType

java.lang.Object
java.lang.Enum<CvmType>
com.blockchyp.client.dto.CvmType
All Implemented Interfaces:
Serializable, Comparable<CvmType>, java.lang.constant.Constable

public enum CvmType extends Enum<CvmType>
  • Enum Constant Details

    • SIGNATURE

      public static final CvmType SIGNATURE
    • OFFLINE_PIN

      public static final CvmType OFFLINE_PIN
    • ONLINE_PIN

      public static final CvmType ONLINE_PIN
    • CDCVM

      public static final CvmType CDCVM
    • NO_CVM

      public static final CvmType NO_CVM
  • Method Details

    • values

      public static CvmType[] 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 CvmType 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
    • getCode

      public String getCode()