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 TwoLetterCountryCodeTwoLetterCountryCode. fromLocale(Locale locale)From locale.static TwoLetterCountryCodeTwoLetterCountryCode. fromLocale(Locale locale, TwoLetterCountryCode defaultCode)From locale.static TwoLetterCountryCodeTwoLetterCountryCode. fromValue(String text)From two letter country code.static TwoLetterCountryCodeTwoLetterCountryCode. fromValue(String text, TwoLetterCountryCode defaultCode)From value two letter country code.TwoLetterCountryCodeAddress. getCountryCode()The country code.TwoLetterCountryCodeThreeLetterCountryCode. getTwoLetterCountryCode()Gets two letter country code.static TwoLetterCountryCodeTwoLetterCountryCode. 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 TwoLetterCountryCodeTwoLetterCountryCode. fromLocale(Locale locale, TwoLetterCountryCode defaultCode)From locale.static TwoLetterCountryCodeTwoLetterCountryCode. fromValue(String text, TwoLetterCountryCode defaultCode)From value two letter country code.voidAddress. 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.
-