Package | Description |
---|---|
org.josef.hist |
Package containing classes/enums that are kept for historical reasons and backwards compatibility.
|
Modifier and Type | Method and Description |
---|---|
static NationalityType |
NationalityType.getEnumFromCountryCode(String countryCode)
Following method gives NatioanlityCodes enum value corresponding to the country code given.
|
static NationalityType |
NationalityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NationalityType[] |
NationalityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2018. All rights reserved.