Uses of Enum Class
net.datafaker.providers.base.IdNumber.GenderRequest
Packages that use IdNumber.GenderRequest
-
Uses of IdNumber.GenderRequest in net.datafaker.providers.base
Methods in net.datafaker.providers.base that return IdNumber.GenderRequestModifier and TypeMethodDescriptionIdNumber.IdNumberRequest.gender()Returns the value of thegenderrecord component.static IdNumber.GenderRequestReturns the enum constant of this class with the specified name.static IdNumber.GenderRequest[]IdNumber.GenderRequest.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.datafaker.providers.base with parameters of type IdNumber.GenderRequestModifierConstructorDescriptionIdNumberRequest(int minAge, int maxAge, IdNumber.GenderRequest gender) Creates an instance of aIdNumberRequestrecord class.