public enum DocumentCategory extends java.lang.Enum<DocumentCategory>
| Enum Constant and Description |
|---|
A
Passport
|
B
Identity card
|
C
Visa
|
D
Stamp
|
E
Entry paper
|
F
Driving licence
|
G
Vehicle licence/ log book
|
H
Residence-related document
|
I
Seafarers' identity document
|
J
Travel document issued to non-nationals
|
K
Train driving licence
|
L
Crew member certificate / pilot's licence
|
M
Certificate for operators of pleasure crafts / captain's licence
|
P
Civil status/ other official document
|
S
Special authorisation card
|
T
Travel document
|
UNKNOWN
Unknown document category.
|
V
Authorisation to represent a company
|
W
Work permit
|
X
Other document
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentCategory |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static DocumentCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentCategory UNKNOWN
public static final DocumentCategory A
public static final DocumentCategory B
public static final DocumentCategory C
public static final DocumentCategory D
public static final DocumentCategory E
public static final DocumentCategory F
public static final DocumentCategory G
public static final DocumentCategory H
public static final DocumentCategory I
public static final DocumentCategory J
public static final DocumentCategory K
public static final DocumentCategory L
public static final DocumentCategory M
public static final DocumentCategory P
public static final DocumentCategory S
public static final DocumentCategory T
public static final DocumentCategory V
public static final DocumentCategory W
public static final DocumentCategory X
public static DocumentCategory[] values()
for (DocumentCategory c : DocumentCategory.values()) System.out.println(c);
public static DocumentCategory 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 DocumentCategory fromValue(int value)
value - The int value.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document