| Package | Description |
|---|---|
| org.josef.finance |
Finance related Packages and Classes.
|
| org.josef.util |
Utility Classes.
|
| Modifier and Type | Method and Description |
|---|---|
Iso3166Country |
IbanOfCountry.getCountry()
Gets the country where this IBAN is used.
|
| Modifier and Type | Method and Description |
|---|---|
static IbanOfCountry |
IbanOfCountry.valueOf(Iso3166Country country)
Gets the IbanOfCountry corresponding to the supplied country.
|
| Modifier and Type | Method and Description |
|---|---|
Iso3166Country |
ZipCodeOfCountry.getCountry()
Gets the country where this zip code is used.
|
Iso3166Country |
Nationality.getCountry()
Gets the country corresponding to this Nationality or null when no corresponding country exists.
|
static Iso3166Country |
Iso3166Country.getIso3166Country(String alpha2Code)
Gets the Iso31166Country corresponding to the supplied alpha2Code.
|
static Iso3166Country |
Iso3166Country.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Iso3166Country[] |
Iso3166Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ZipCodeOfCountry |
ZipCodeOfCountry.valueOf(Iso3166Country country)
Gets the ZipCodeOfCountry corresponding to the supplied country.
|
static Nationality |
Nationality.valueOf(Iso3166Country country)
Gets the Nationality corresponding to the supplied country.
|
Copyright © 2008–2017. All rights reserved.