Package | Description |
---|---|
org.josef.util |
Utility Classes.
|
Modifier and Type | Method and Description |
---|---|
static Nationality |
Nationality.valueOf(Iso3166Country country)
Gets the Nationality corresponding to the supplied country.
|
static Nationality |
Nationality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nationality[] |
Nationality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static List<Nationality> |
Nationality.getNationalitiesWithoutCountry()
Gets a list of all nationalities that do not have a corresponding country.
|
Copyright © 2008–2018. All rights reserved.