public enum FieldExtensionType extends java.lang.Enum<FieldExtensionType>
| Enum Constant and Description |
|---|
BIOMETRIC
The Biometric extension specifies the expected type and format of the biometric data in the payload.
|
COMPRESSION
The Compression extension specifies the compression parameters.
|
ENCRYPTION
The Encryption extension is used to maintain the confidentiality of specific data in the payload.
|
IMAGE
The Image extension specifies the expected type and format of the image data.
|
NONE
No information given.
|
PORTRAIT
The Portrait extension specifies the guidelines to create the portrait image.
|
UNKNOWN
No information given.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldExtensionType |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static FieldExtensionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldExtensionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldExtensionType NONE
public static final FieldExtensionType UNKNOWN
public static final FieldExtensionType IMAGE
public static final FieldExtensionType PORTRAIT
public static final FieldExtensionType BIOMETRIC
public static final FieldExtensionType COMPRESSION
public static final FieldExtensionType ENCRYPTION
public static FieldExtensionType[] values()
for (FieldExtensionType c : FieldExtensionType.values()) System.out.println(c);
public static FieldExtensionType 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 FieldExtensionType fromValue(int value)
value - The int value.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal