public enum ProofTypeValues extends Enum<ProofTypeValues>
Enum Constant and Description |
---|
EIDREADING
Eid reading proof
|
EIDSIGNING
Eid Signing proof Will read Eid card and launch GUI to ask for PIN code
|
ISIREADING
Sis reading proof
|
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ProofTypeValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProofTypeValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProofTypeValues EIDREADING
public static final ProofTypeValues ISIREADING
public static final ProofTypeValues EIDSIGNING
public static ProofTypeValues[] values()
for (ProofTypeValues c : ProofTypeValues.values()) System.out.println(c);
public static ProofTypeValues 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 getValue()
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.