| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GenderType |
Gender.getKnownType()
The known type of the gender.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Gender(GenderType type)
Constructs a new gender object with the passed in type.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2016. All rights reserved.