Uses of Class
org.gedcomx.types.GenderType

Packages that use GenderType
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
 GenderType Gender.getKnownType()
          The known type of the gender.
 

Methods in org.gedcomx.conclusion with parameters of type GenderType
 Person Person.gender(GenderType gender)
          Build out this person with a gender.
 void Gender.setKnownType(GenderType type)
          The type of the gender.
 Gender Gender.type(GenderType type)
          Build up this gender with a type.
 

Constructors in org.gedcomx.conclusion with parameters of type GenderType
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
static GenderType GenderType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static GenderType GenderType.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.
 



Copyright © 2015. All rights reserved.