public enum BiosealFormat extends java.lang.Enum<BiosealFormat>
| Enum Constant and Description |
|---|
UNDEFINED
Undefined version.
|
VDS_AFNOR_XP_Z42_101
VDS compliant with the AFNOR standard XP Z42-101.
|
VDS_AFNOR_XP_Z42_105
BioSeal compliant with the AFNOR XP Z42-105 standard and Otentik code specifications.
|
VDS_AFNOR_XP_Z42_105_WITH_ISO_15459_PREFIX
BioSeal compliant with the AFNOR XP Z42-105 standard prefixed by the instance's ISO 15459 Issuing Agency Code.
|
VDS_ISO_22376_2023
BioSeal compliant with the ISO 22376:2023 specifications.
|
VDS_ISO_22376_WITH_ISO_15459_PREFIX
BioSeal compliant with the ISO 22376:2023 specifications prefixed by the instance's ISO 15459 Issuing Agency Code.
|
| Modifier and Type | Method and Description |
|---|---|
static BiosealFormat |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static BiosealFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BiosealFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BiosealFormat UNDEFINED
public static final BiosealFormat VDS_AFNOR_XP_Z42_101
public static final BiosealFormat VDS_AFNOR_XP_Z42_105
public static final BiosealFormat VDS_ISO_22376_2023
public static final BiosealFormat VDS_ISO_22376_WITH_ISO_15459_PREFIX
public static final BiosealFormat VDS_AFNOR_XP_Z42_105_WITH_ISO_15459_PREFIX
public static BiosealFormat[] values()
for (BiosealFormat c : BiosealFormat.values()) System.out.println(c);
public static BiosealFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static BiosealFormat fromValue(int value)
value - The int value.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal