Uses of Class
org.apache.pulsar.io.batchdatagenerator.Person.Sex
-
-
Uses of Person.Sex in org.apache.pulsar.io.batchdatagenerator
Methods in org.apache.pulsar.io.batchdatagenerator that return Person.Sex Modifier and Type Method Description static Person.SexPerson.Sex. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Person.Sex[]Person.Sex. values()Returns an array containing the constants of this enum type, in the order they are declared.
-