Uses of Class
org.bremersee.common.model.TwoLetterCountryCode
-
Packages that use TwoLetterCountryCode Package Description org.bremersee.common.model -
-
Uses of TwoLetterCountryCode in org.bremersee.common.model
Methods in org.bremersee.common.model that return TwoLetterCountryCode Modifier and Type Method Description static TwoLetterCountryCode
TwoLetterCountryCode. fromLocale(Locale locale)
From locale.static TwoLetterCountryCode
TwoLetterCountryCode. fromLocale(Locale locale, TwoLetterCountryCode defaultCode)
From locale.static TwoLetterCountryCode
TwoLetterCountryCode. fromValue(String text)
From two letter country code.static TwoLetterCountryCode
TwoLetterCountryCode. fromValue(String text, TwoLetterCountryCode defaultCode)
From value two letter country code.TwoLetterCountryCode
Address. getCountryCode()
The country code.TwoLetterCountryCode
ThreeLetterCountryCode. getTwoLetterCountryCode()
Gets two letter country code.static TwoLetterCountryCode
TwoLetterCountryCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TwoLetterCountryCode[]
TwoLetterCountryCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bremersee.common.model with parameters of type TwoLetterCountryCode Modifier and Type Method Description static TwoLetterCountryCode
TwoLetterCountryCode. fromLocale(Locale locale, TwoLetterCountryCode defaultCode)
From locale.static TwoLetterCountryCode
TwoLetterCountryCode. fromValue(String text, TwoLetterCountryCode defaultCode)
From value two letter country code.void
Address. setCountryCode(TwoLetterCountryCode countryCode)
Sets country code.Constructors in org.bremersee.common.model with parameters of type TwoLetterCountryCode Constructor Description Address(String streetNumber, String street, String postalCode, String city, String suburb, String state, String country, TwoLetterCountryCode countryCode, String formattedAddress)
Instantiates a new address.JavaLocale(TwoLetterLanguageCode language, TwoLetterCountryCode country)
Instantiates a new java locale.Constructor parameters in org.bremersee.common.model with type arguments of type TwoLetterCountryCode Constructor Description TwoLetterCountryCodes(Collection<? extends TwoLetterCountryCode> countryCodes)
Instantiates a new list of two letter country codes.
-