Uses of Enum Class
com.datengaertnerei.test.dataservice.person.AgeRange
Package
Description
-
Uses of AgeRange in com.datengaertnerei.test.dataservice
-
Uses of AgeRange in com.datengaertnerei.test.dataservice.person
Modifier and TypeMethodDescriptionstatic AgeRange
Returns the enum constant of this class with the specified name.static AgeRange[]
AgeRange.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionIPersonGenerator.createRandomPerson
(AgeRange age) PersonGenerator.createRandomPerson
(AgeRange range) Creates a single random person object with linked address.IPersonGenerator.createRandomPersonInArea
(String postalCode, AgeRange age) PersonGenerator.createRandomPersonInArea
(String postalCode, AgeRange range) Creates a single random person object with linked address inside a given postal code area.IPersonGenerator.createRandomPersonInCity
(String city, AgeRange age) PersonGenerator.createRandomPersonInCity
(String city, AgeRange range) Creates a single random person object with linked address inside a given city.