| 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 |
|---|---|
NamePartType |
NamePart.getKnownType()
The enum referencing the known name part type, or
OTHER if not known. |
| Modifier and Type | Method and Description |
|---|---|
String |
Name.getPart(NamePartType namePartType)
Gets a specific part of the name
|
NameForm |
NameForm.part(NamePartType partType,
String value)
Build up this name form with a part.
|
void |
NamePart.setKnownType(NamePartType knownType)
Set the type of this name part from an enumeration of known name part types.
|
NamePart |
NamePart.type(NamePartType type)
Build out this name part with a type.
|
| Constructor and Description |
|---|
NamePart(NamePartType type,
String text) |
| Modifier and Type | Method and Description |
|---|---|
static NamePartType |
NamePartType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static NamePartType |
NamePartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamePartType[] |
NamePartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.