Uses of Class
org.gedcomx.types.GenderType
-
Packages that use GenderType Package Description org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.types 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 GenderType Modifier and Type Method Description GenderTypeGender. getKnownType()The known type of the gender.Methods in org.gedcomx.conclusion with parameters of type GenderType Modifier and Type Method Description PersonPerson. gender(GenderType gender)Build out this person with a gender.voidGender. setKnownType(GenderType type)The type of the gender.GenderGender. type(GenderType type)Build up this gender with a type.Constructors in org.gedcomx.conclusion with parameters of type GenderType Constructor Description Gender(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 GenderType Modifier and Type Method Description static GenderTypeGenderType. fromQNameURI(URI qname)Get the enumeration from the QName.static GenderTypeGenderType. valueOf(String name)Returns the enum constant of this type with the specified name.static GenderType[]GenderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-