Uses of Enum Class
edu.suffolk.litlab.efsp.model.Person.Gender
Packages that use Person.Gender
Package
Description
-
Uses of Person.Gender in edu.suffolk.litlab.efsp.ecfcodes
Methods in edu.suffolk.litlab.efsp.ecfcodes that return types with arguments of type Person.GenderModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<Optional<Person.Gender>, CodesParser.TextVarError> -
Uses of Person.Gender in edu.suffolk.litlab.efsp.model
Methods in edu.suffolk.litlab.efsp.model that return Person.GenderModifier and TypeMethodDescriptionstatic Person.GenderReturns the enum constant of this class with the specified name.static Person.Gender[]Person.Gender.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.suffolk.litlab.efsp.model that return types with arguments of type Person.GenderMethod parameters in edu.suffolk.litlab.efsp.model with type arguments of type Person.GenderModifier and TypeMethodDescriptionstatic PersonPerson.FromEfm(Name name, ContactInformation contactInfo, Optional<Person.Gender> gender, Optional<String> language, Optional<LocalDate> birthdate, boolean isOrg, String role, UUID efmId) static PersonPerson.FromInput(Name name, ContactInformation contactInfo, Optional<Person.Gender> gender, Optional<String> language, Optional<LocalDate> birthdate, boolean isOrg, boolean isFormFiller, Optional<String> role, Optional<String> efmIdIfAlreadyIn) Default constructor. -
Uses of Person.Gender in edu.suffolk.litlab.efsp.tyler.ecfcodes
Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes that return types with arguments of type Person.GenderModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<Optional<Person.Gender>, CodesParser.TextVarError>