public enum CvmType extends Enum<CvmType>
Enum Constant and Description |
---|
CDCVM |
NO_CVM |
OFFLINE_PIN |
ONLINE_PIN |
SIGNATURE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static CvmType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CvmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CvmType SIGNATURE
public static final CvmType OFFLINE_PIN
public static final CvmType ONLINE_PIN
public static final CvmType CDCVM
public static final CvmType NO_CVM
public static CvmType[] values()
for (CvmType c : CvmType.values()) System.out.println(c);
public static CvmType 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 nullpublic String getCode()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.