public enum DocumentType extends Enum<DocumentType> implements Serializable
Enum Constant and Description |
---|
BELGIAN_CITIZEN |
BOOTSTRAP_CARD |
EUROPEAN_BLUE_CARD_H
H.
|
FOREIGNER_A
Bewijs van inschrijving in het vreemdelingenregister – Tijdelijk verblijf
|
FOREIGNER_B
Bewijs van inschrijving in het vreemdelingenregister
|
FOREIGNER_C
Identiteitskaart voor vreemdeling
|
FOREIGNER_D
EG-Langdurig ingezetene
|
FOREIGNER_E
(Verblijfs)kaart van een onderdaan van een lidstaat der EEG Verklaring
van inschrijving
|
FOREIGNER_E_PLUS
Document ter staving van duurzaam verblijf van een EU onderdaan
|
FOREIGNER_F
Kaart voor niet-EU familieleden van een EU-onderdaan of van een Belg
Verblijfskaart van een familielid van een burger van de Unie
|
FOREIGNER_F_PLUS
Duurzame verblijfskaart van een familielid van een burger van de Unie
|
HABILITATION_CARD |
KIDS_CARD |
Modifier and Type | Method and Description |
---|---|
int |
getKey() |
static DocumentType |
toDocumentType(byte[] value) |
static String |
toString(byte[] documentTypeValue) |
static DocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentType BELGIAN_CITIZEN
public static final DocumentType KIDS_CARD
public static final DocumentType BOOTSTRAP_CARD
public static final DocumentType HABILITATION_CARD
public static final DocumentType FOREIGNER_A
public static final DocumentType FOREIGNER_B
public static final DocumentType FOREIGNER_C
public static final DocumentType FOREIGNER_D
public static final DocumentType FOREIGNER_E
public static final DocumentType FOREIGNER_E_PLUS
public static final DocumentType FOREIGNER_F
public static final DocumentType FOREIGNER_F_PLUS
public static final DocumentType EUROPEAN_BLUE_CARD_H
public static DocumentType[] values()
for (DocumentType c : DocumentType.values()) System.out.println(c);
public static DocumentType 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 int getKey()
public static DocumentType toDocumentType(byte[] value)
public static String toString(byte[] documentTypeValue)
Copyright © 2008-2018 FedICT. All Rights Reserved.