Package de.cuioss.test.generator.domain
Class StreetNameGenerator
- java.lang.Object
-
- de.cuioss.test.generator.domain.StreetNameGenerator
-
- All Implemented Interfaces:
TypedGenerator<String>
public class StreetNameGenerator extends Object implements TypedGenerator<String>
Generator for some German Street-names.- Author:
- Oliver Wolff
-
-
Constructor Summary
Constructors Constructor Description StreetNameGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<String>getType()Stringnext()Generates the next instance.
-
-
-
Constructor Detail
-
StreetNameGenerator
public StreetNameGenerator()
-
-
Method Detail
-
next
public String next()
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<String>- Returns:
- a newly created instance
-
-