Package de.cuioss.test.generator.domain
Class NameLibrary
- java.lang.Object
-
- de.cuioss.test.generator.domain.NameLibrary
-
public final class NameLibrary extends Object
Provides lists of names for creating nameGenerator.- Author:
- Oliver Wolff
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>FIRSTNAMES_ANY_ENGLISHThe intersection ofFIRSTNAMES_MALE_ENGLISHandFIRSTNAMES_FEMALE_ENGLISH.static List<String>FIRSTNAMES_ANY_GERMANThe intersection ofFIRSTNAMES_FEMALE_GERMANandFIRSTNAMES_MALE_GERMAN.static List<String>FIRSTNAMES_FEMALE_ENGLISHTop 10 female name in Germany 2014static List<String>FIRSTNAMES_FEMALE_GERMANTop 10 female name in Germany 2014static List<String>FIRSTNAMES_MALE_ENGLISHTop 10 male name in Germany 2014static List<String>FIRSTNAMES_MALE_GERMANTop 10 male name in Germany 2014static List<String>LAST_NAMES_ENGLISHTop 10 names from U.S.static List<String>LAST_NAMES_GERMANTop 10 names in Wikipedia
-
-
-
Field Detail
-
FIRSTNAMES_MALE_GERMAN
public static final List<String> FIRSTNAMES_MALE_GERMAN
Top 10 male name in Germany 2014
-
FIRSTNAMES_FEMALE_GERMAN
public static final List<String> FIRSTNAMES_FEMALE_GERMAN
Top 10 female name in Germany 2014
-
FIRSTNAMES_ANY_GERMAN
public static final List<String> FIRSTNAMES_ANY_GERMAN
The intersection ofFIRSTNAMES_FEMALE_GERMANandFIRSTNAMES_MALE_GERMAN.
-
LAST_NAMES_GERMAN
public static final List<String> LAST_NAMES_GERMAN
Top 10 names in Wikipedia
-
FIRSTNAMES_MALE_ENGLISH
public static final List<String> FIRSTNAMES_MALE_ENGLISH
Top 10 male name in Germany 2014
-
FIRSTNAMES_FEMALE_ENGLISH
public static final List<String> FIRSTNAMES_FEMALE_ENGLISH
Top 10 female name in Germany 2014
-
FIRSTNAMES_ANY_ENGLISH
public static final List<String> FIRSTNAMES_ANY_ENGLISH
The intersection ofFIRSTNAMES_MALE_ENGLISHandFIRSTNAMES_FEMALE_ENGLISH.
-
LAST_NAMES_ENGLISH
public static final List<String> LAST_NAMES_ENGLISH
Top 10 names from U.S. Census Bureau
-
-