java.lang.Object
de.cuioss.test.generator.domain.StreetNameGenerator
- All Implemented Interfaces:
TypedGenerator<String>
Generator for some German Street-names.
- Author:
- Oliver Wolff
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StreetNameGenerator
public StreetNameGenerator()
-
-
Method Details
-
next
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<String>- Returns:
- a newly created instance
-
getType
- Specified by:
getTypein interfaceTypedGenerator<String>- Returns:
- class information; which type this generator is responsible for.
-