public static enum EidInfo.Tag extends Enum<EidInfo.Tag>
Enum Constant and Description |
---|
ADDRESS_DATE
Address update date
|
APPARTMENT_NUMBER
The appartment number of the person residence
|
COMMUNITY
The community/municipality of the person residence
|
COMMUNITY_OF_BIRTH
The community/municipality the person was born in, e.g.
|
DATE_OF_BIRTH |
DOC_REG_NO
Registered document number.
|
ENTRANCE
The entrance label of the person residence
|
EXPIRY_DATE
The date that the ID expires
|
FLOOR
The floor number of the person residence
|
GIVEN_NAME
The given name, e.g.
|
HOUSE_LETTER
The house letter of the person residence
|
HOUSE_NUMBER
The house number of the person residence
|
ISSUING_AUTHORITY
The authority, e.g.
|
ISSUING_DATE
The issuing date, e.g.
|
NULL
Dummy tag
|
PARENT_GIVEN_NAME
The parent's given name, the usual 'parenthood' middle name used to disambiguate
similarly named persons.
|
PERSONAL_NUMBER
The person's unique identifier number.
|
PLACE
The place of the person residence
|
PLACE_OF_BIRTH
The place the person was born in, e.g.
|
SEX
The gender of the person.
|
STATE
The state of the person residence
|
STATE_OF_BIRTH |
STATE_OF_BIRTH_CODE |
STREET
The street name of the person residence
|
SURNAME
Person's last name, e.g.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Gets the numeric tag code corresponding to this enum.
|
String |
getKey()
Gets the string tag key corresponding to this enum.
|
String |
getName()
Gets the string tag name corresponding to this enum.
|
String |
toString() |
static EidInfo.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EidInfo.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EidInfo.Tag NULL
public static final EidInfo.Tag DOC_REG_NO
public static final EidInfo.Tag ISSUING_DATE
public static final EidInfo.Tag EXPIRY_DATE
public static final EidInfo.Tag ISSUING_AUTHORITY
public static final EidInfo.Tag PERSONAL_NUMBER
public static final EidInfo.Tag SURNAME
public static final EidInfo.Tag GIVEN_NAME
public static final EidInfo.Tag PARENT_GIVEN_NAME
E.g. "Wiley" for some John Wiley Smith.
public static final EidInfo.Tag SEX
public static final EidInfo.Tag PLACE_OF_BIRTH
public static final EidInfo.Tag COMMUNITY_OF_BIRTH
public static final EidInfo.Tag STATE_OF_BIRTH
public static final EidInfo.Tag STATE_OF_BIRTH_CODE
public static final EidInfo.Tag DATE_OF_BIRTH
public static final EidInfo.Tag STATE
public static final EidInfo.Tag COMMUNITY
public static final EidInfo.Tag PLACE
public static final EidInfo.Tag STREET
public static final EidInfo.Tag HOUSE_NUMBER
public static final EidInfo.Tag HOUSE_LETTER
public static final EidInfo.Tag ENTRANCE
public static final EidInfo.Tag FLOOR
public static final EidInfo.Tag APPARTMENT_NUMBER
public static final EidInfo.Tag ADDRESS_DATE
public static EidInfo.Tag[] values()
for (EidInfo.Tag c : EidInfo.Tag.values()) System.out.println(c);
public static EidInfo.Tag 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 getCode()
public String getKey()
public String getName()
public String toString()
toString
in class Enum<EidInfo.Tag>
Copyright © 2017 Open Source Developer, Goran Rakic. All rights reserved.