|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DocumentType>
be.ehealth.technicalconnector.beid.domain.DocumentType
public enum DocumentType
DocumentType enumeration (type associated with the id card)
Enum Constant Summary | |
---|---|
BELGIAN_CITIZEN
Belgian citizen |
|
BOOTSTRAP_CARD
Bootstrap card |
|
EUROPEAN_BLUE_CARD_H
European blue card H |
|
FOREIGNER_A
Foreigner A |
|
FOREIGNER_B
Foreigner B |
|
FOREIGNER_C
Foreigner C |
|
FOREIGNER_D
Foreigner D |
|
FOREIGNER_E
Foreigner E |
|
FOREIGNER_E_PLUS
Foreigner E+ |
|
FOREIGNER_EU
|
|
FOREIGNER_EU_PLUS
|
|
FOREIGNER_F
Foreigner F |
|
FOREIGNER_F_PLUS
Foreigner F+ |
|
FOREIGNER_I
|
|
FOREIGNER_J
|
|
FOREIGNER_M
|
|
FOREIGNER_N
|
|
HABILITATION_CARD
Habilitation card |
|
KIDS_CARD
Kids card |
Method Summary | |
---|---|
int |
getKey()
|
static DocumentType |
toDocumentType(byte[] value)
Transforms a byte array into a Document type |
static String |
toString(byte[] documentTypeValue)
Transforms a byte array into a String |
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. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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 final DocumentType FOREIGNER_I
public static final DocumentType FOREIGNER_J
public static final DocumentType FOREIGNER_M
public static final DocumentType FOREIGNER_N
public static final DocumentType FOREIGNER_EU
public static final DocumentType FOREIGNER_EU_PLUS
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic int getKey()
public static DocumentType toDocumentType(byte[] value)
value
- the byte array
public static String toString(byte[] documentTypeValue)
documentTypeValue
- the byte array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |