Uses of Class
org.gedcomx.records.Field
Packages that use Field
Package
Description
The base GEDCOM X data format.
The conclusion model defines genealogical conclusion data.
The sources model.
The sources model.
-
Uses of Field in org.gedcomx
Methods in org.gedcomx that return types with arguments of type FieldModifier and TypeMethodDescriptionGedcomx.fields()Create a stream of the fields in this data set.Gedcomx.getFields()The extracted fields included in this genealogical data set.Methods in org.gedcomx with parameters of type FieldModifier and TypeMethodDescriptionvoidAdd a field to the data set.Build this out with a field.Method parameters in org.gedcomx with type arguments of type Field -
Uses of Field in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return types with arguments of type FieldModifier and TypeMethodDescriptionDate.getFields()Get the fields being used as evidence.Fact.getFields()Get the fields being used as evidence.Gender.getFields()Get the fields being used as evidence.NameForm.getFields()Get the fields being used as evidence.NamePart.getFields()Get the fields being used as evidence.Person.getFields()Get the fields being used as evidence.PlaceReference.getFields()Get the fields being used as evidence.Relationship.getFields()Get the fields being used as evidence.Methods in org.gedcomx.conclusion with parameters of type FieldModifier and TypeMethodDescriptionvoidAdd a reference to the record field values being used as evidence.voidAdd a reference to the record field values being used as evidence.voidAdd a record field being used as evidence.voidAdd a reference to the record field values being used as evidence.voidAdd a reference to the record field values being used as evidence.voidAdd a reference to the record field values being used as evidence.voidAdd a reference to the record field values being used as evidence.voidAdd a reference to the record field values being used as evidence.Build up this date with a field.Build up this fact with a field.Build up this gender with a field.Build up this name form with a field.Build out this name part with a field.Build out this person with a field.Build out this place reference with a field.Build out this relationship with a field.Method parameters in org.gedcomx.conclusion with type arguments of type FieldModifier and TypeMethodDescriptionvoidSet the list of fields being used as evidence.voidSet the list of fields being used as evidence.voidSet the list of fields being used as evidence.voidSet the list of fields being used as evidence.voidSet the list of fields being used as evidence.voidSet the list of fields being used as evidence.voidSet the list of fields being used as evidence.voidSet the list of fields being used as evidence. -
Uses of Field in org.gedcomx.records
Methods in org.gedcomx.records that return FieldModifier and TypeMethodDescriptionField.extensionElement(Object element) Build out this field with a type.Build out this field with a type.Field.value(FieldValue value) Build out this field with a field value.Methods in org.gedcomx.records that return types with arguments of type FieldModifier and TypeMethodDescriptionHasFields.fields()Create a stream of fields being used as evidence.HasFields.getFields()Get the fields being used as evidence.Method parameters in org.gedcomx.records with type arguments of type FieldModifier and TypeMethodDescriptionvoidSet the list of fields being used as evidence.Constructors in org.gedcomx.records with parameters of type Field -
Uses of Field in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type FieldModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.visitField(Field field) voidGedcomxModelVisitor.visitField(Field field) voidGedcomxModelVisitorBase.visitField(Field field) -
Uses of Field in org.gedcomx.source
Methods in org.gedcomx.source that return types with arguments of type FieldModifier and TypeMethodDescriptionSourceDescription.getFields()The fields that are applicable to the resource being described.Methods in org.gedcomx.source with parameters of type FieldModifier and TypeMethodDescriptionvoidAdd a field to the source description.Build this out with a field.Method parameters in org.gedcomx.source with type arguments of type Field -
Uses of Field in org.gedcomx.util
Methods in org.gedcomx.util that return types with arguments of type FieldModifier and TypeMethodDescriptionFieldMap.getAllFields(Gedcomx record) Create a list of all of the fields occurring in the given GedcomX record, including those found within the various values.FieldMap.getPersonFieldMap(Gedcomx record) Get a map of Person to the list of Fields for that person.Method parameters in org.gedcomx.util with type arguments of type Field