Uses of Class
org.bremersee.common.model.ThreeLetterCountryCode
-
Packages that use ThreeLetterCountryCode Package Description org.bremersee.common.model -
-
Uses of ThreeLetterCountryCode in org.bremersee.common.model
Methods in org.bremersee.common.model that return ThreeLetterCountryCode Modifier and Type Method Description static ThreeLetterCountryCode
ThreeLetterCountryCode. fromLocale(Locale locale)
From locale.static ThreeLetterCountryCode
ThreeLetterCountryCode. fromLocale(Locale locale, ThreeLetterCountryCode defaultCode)
From locale three letter country code.static ThreeLetterCountryCode
ThreeLetterCountryCode. fromValue(String text)
From three letter country code.static ThreeLetterCountryCode
ThreeLetterCountryCode. fromValue(String text, ThreeLetterCountryCode defaultCode)
From value three letter country code.static ThreeLetterCountryCode
ThreeLetterCountryCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThreeLetterCountryCode[]
ThreeLetterCountryCode. 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 ThreeLetterCountryCode Modifier and Type Method Description static ThreeLetterCountryCode
ThreeLetterCountryCode. fromLocale(Locale locale, ThreeLetterCountryCode defaultCode)
From locale three letter country code.static ThreeLetterCountryCode
ThreeLetterCountryCode. fromValue(String text, ThreeLetterCountryCode defaultCode)
From value three letter country code.Constructors in org.bremersee.common.model with parameters of type ThreeLetterCountryCode Constructor Description JavaLocale(ThreeLetterLanguageCode language, ThreeLetterCountryCode country)
Instantiates a new java locale.Constructor parameters in org.bremersee.common.model with type arguments of type ThreeLetterCountryCode Constructor Description ThreeLetterCountryCodes(Collection<? extends ThreeLetterCountryCode> countryCodes)
Instantiates a new list of three letter country codes.
-