Uses of Enum Class
org.gedcomx.types.GenderType
Packages that use GenderType
Package
Description
The conclusion model defines genealogical conclusion data.
The types model defines the standard set of types of genealogical data.
-
Uses of GenderType in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return GenderTypeMethods in org.gedcomx.conclusion with parameters of type GenderTypeModifier and TypeMethodDescriptionPerson.gender(GenderType gender) Build out this person with a gender.voidGender.setKnownType(GenderType type) The type of the gender.Gender.type(GenderType type) Build up this gender with a type.Constructors in org.gedcomx.conclusion with parameters of type GenderTypeModifierConstructorDescriptionGender(GenderType type) Constructs a new gender object with the passed in type. -
Uses of GenderType in org.gedcomx.types
Methods in org.gedcomx.types that return GenderTypeModifier and TypeMethodDescriptionstatic GenderTypeGenderType.fromQNameURI(URI qname) Get the enumeration from the QName.static GenderTypeReturns the enum constant of this class with the specified name.static GenderType[]GenderType.values()Returns an array containing the constants of this enum class, in the order they are declared.