| Package | Description |
|---|---|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.rt |
| Modifier and Type | Method and Description |
|---|---|
NameForm |
NameForm.extensionElement(Object element) |
NameForm |
NameForm.field(Field field)
Build up this name form with a field.
|
NameForm |
NameForm.fullText(String fullText)
Build up this name form with full text.
|
NameForm |
Name.getNameForm()
The first name form of this name.
|
NameForm |
NameForm.id(String id) |
NameForm |
NameForm.lang(String lang)
Build up this name form with a lang.
|
NameForm |
NameForm.part(NamePart part)
Build up this name form with a part.
|
NameForm |
NameForm.part(NamePartType partType,
String value)
Build up this name form with a part.
|
| Modifier and Type | Method and Description |
|---|---|
List<NameForm> |
Name.getNameForms()
Alternate forms of the name, such as the romanized form of a non-latin name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Name.addNameForm(NameForm nameForm)
Add a name form to the list of name forms.
|
Name |
Name.nameForm(NameForm nameForm)
Build up this name with a name form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Name.setNameForms(List<NameForm> nameForms)
Alternate forms of the name, such as the romanized form of a non-latin name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitNameForm(NameForm form) |
void |
GedcomxModelVisitor.visitNameForm(NameForm form) |
void |
GedcomxLocalReferenceResolver.visitNameForm(NameForm form) |
Copyright © 2016. All rights reserved.