Uses of Class
uk.co.evoco.testdata.Locale
- 
Packages that use Locale Package Description uk.co.evoco.testdata 
- 
- 
Uses of Locale in uk.co.evoco.testdataMethods in uk.co.evoco.testdata that return Locale Modifier and Type Method Description LocaleBankHolidays. getLocale()static LocaleLocale. valueOf(String name)Returns the enum constant of this type with the specified name.static Locale[]Locale. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.evoco.testdata with parameters of type Locale Modifier and Type Method Description static StringDates. futureDataAvoidingWeekendsAndBankHolidays(Locale locale, String startDate, int numberOfBusinessDaysToAdd, String dateFormat)List<BankHoliday>BankHolidays. get(Locale locale)
 
-