Uses of Enum Class
net.datafaker.providers.base.PersonIdNumber.Gender
Packages that use PersonIdNumber.Gender
-
Uses of PersonIdNumber.Gender in net.datafaker.providers.base
Methods in net.datafaker.providers.base that return PersonIdNumber.GenderModifier and TypeMethodDescriptionPersonIdNumber.gender()Returns the value of thegenderrecord component.static PersonIdNumber.GenderReturns the enum constant of this class with the specified name.static PersonIdNumber.Gender[]PersonIdNumber.Gender.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 PersonIdNumber.GenderModifierConstructorDescriptionPersonIdNumber(String idNumber, LocalDate birthDate, PersonIdNumber.Gender gender) Creates an instance of aPersonIdNumberrecord class.