| Package | Description |
|---|---|
| org.gedcomx |
The base GEDCOM X data format.
|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.records |
The sources model.
|
| org.gedcomx.rt | |
| org.gedcomx.source |
The sources model.
|
| org.gedcomx.util |
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
Gedcomx.getFields()
The extracted fields included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.addField(Field field)
Add a field to the data set.
|
Gedcomx |
Gedcomx.field(Field field)
Build this out with a field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.setFields(List<Field> fields)
The extracted fields included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
Date.getFields()
Get the fields being used as evidence.
|
List<Field> |
NameForm.getFields()
Get the fields being used as evidence.
|
List<Field> |
NamePart.getFields()
Get the fields being used as evidence.
|
List<Field> |
Gender.getFields()
Get the fields being used as evidence.
|
List<Field> |
Person.getFields()
Get the fields being used as evidence.
|
List<Field> |
Fact.getFields()
Get the fields being used as evidence.
|
List<Field> |
Relationship.getFields()
Get the fields being used as evidence.
|
List<Field> |
PlaceReference.getFields()
Get the fields being used as evidence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Date.addField(Field field)
Add a reference to the record field values being used as evidence.
|
void |
NameForm.addField(Field field)
Add a reference to the record field values being used as evidence.
|
void |
NamePart.addField(Field field)
Add a reference to the record field values being used as evidence.
|
void |
Gender.addField(Field field)
Add a record field being used as evidence.
|
void |
Person.addField(Field field)
Add a reference to the record field values being used as evidence.
|
void |
Fact.addField(Field field)
Add a reference to the record field values being used as evidence.
|
void |
Relationship.addField(Field field)
Add a reference to the record field values being used as evidence.
|
void |
PlaceReference.addField(Field field)
Add a reference to the record field values being used as evidence.
|
Date |
Date.field(Field field)
Build up this date with a field.
|
NameForm |
NameForm.field(Field field)
Build up this name form with a field.
|
NamePart |
NamePart.field(Field field)
Build out this name part with a field.
|
Gender |
Gender.field(Field field)
Build up this gender with a field.
|
Person |
Person.field(Field field)
Build out this person with a field.
|
Fact |
Fact.field(Field field)
Build up this fact with a field.
|
Relationship |
Relationship.field(Field field)
Build out this relationship with a field.
|
PlaceReference |
PlaceReference.field(Field field)
Build out this place reference with a field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Date.setFields(List<Field> fields)
Set the list of fields being used as evidence.
|
void |
NameForm.setFields(List<Field> fields)
Set the list of fields being used as evidence.
|
void |
NamePart.setFields(List<Field> fields)
Set the list of fields being used as evidence.
|
void |
Gender.setFields(List<Field> fields)
Set the list of fields being used as evidence.
|
void |
Person.setFields(List<Field> fields)
Set the list of fields being used as evidence.
|
void |
Fact.setFields(List<Field> fields)
Set the list of fields being used as evidence.
|
void |
Relationship.setFields(List<Field> fields)
Set the list of fields being used as evidence.
|
void |
PlaceReference.setFields(List<Field> fields)
Set the list of fields being used as evidence.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
Field.extensionElement(Object element) |
Field |
Field.id(String id) |
Field |
Field.link(Link link) |
Field |
Field.link(String rel,
URI href) |
Field |
Field.type(FieldType type)
Build out this field with a type.
|
Field |
Field.type(URI type)
Build out this field with a type.
|
Field |
Field.value(FieldValue value)
Build out this field with a field value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
HasFields.getFields()
Get the fields being used as evidence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HasFields.setFields(List<Field> fields)
Set the list of fields being used as evidence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitField(Field field) |
void |
GedcomxModelVisitor.visitField(Field field) |
void |
GedcomxLocalReferenceResolver.visitField(Field field) |
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
SourceDescription.getFields()
The fields that are applicable to the resource being described.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDescription.addField(Field field)
Add a field to the source description.
|
SourceDescription |
SourceDescription.field(Field field)
Build this out with a field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDescription.setFields(List<Field> fields)
The fields that are applicable to the resource being described.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Field> |
FieldMap.getAllFields(Gedcomx record)
Create a list of all of the fields occurring in the given GedcomX record, including those found
within the various values.
|
static Map<Person,List<Field>> |
FieldMap.getPersonFieldMap(Gedcomx record)
Get a map of Person to the list of Fields for that person.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<String>> |
FieldMap.getLabelValuesMap(List<Field> fields)
Get a map of labelId to values from all of the FieldValues that appear in the given list of Fields.
|
Copyright © 2016. All rights reserved.