| Package | Description |
|---|---|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.rt |
| Modifier and Type | Method and Description |
|---|---|
NamePart |
NamePart.extensionElement(Object element) |
NamePart |
NamePart.field(Field field)
Build out this name part with a field.
|
NamePart |
NamePart.id(String id) |
NamePart |
NamePart.qualifier(Qualifier qualifier)
Build out this name part with a qualifier.
|
NamePart |
NamePart.type(NamePartType type)
Build out this name part with a type.
|
NamePart |
NamePart.type(URI type)
Build out this name part with a type.
|
NamePart |
NamePart.value(String value)
Build out this name part with a value.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamePart> |
NameForm.getParts()
The different parts of the name form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NameForm.addPart(NamePart part)
Add a name part the list of name parts for this name form.
|
NameForm |
NameForm.part(NamePart part)
Build up this name form with a part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NameForm.setParts(List<NamePart> parts)
The different parts of the name form.
|
| Constructor and Description |
|---|
Name(String fullText,
NamePart... parts) |
NameForm(String fullText,
NamePart... parts) |
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitNamePart(NamePart part) |
void |
GedcomxModelVisitor.visitNamePart(NamePart part) |
void |
GedcomxLocalReferenceResolver.visitNamePart(NamePart part) |
Copyright © 2016. All rights reserved.