Uses of Class
org.gedcomx.records.Field
-
Packages that use Field 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 -
-
Uses of Field in org.gedcomx
Methods in org.gedcomx that return types with arguments of type Field Modifier and Type Method Description Stream<Field>Gedcomx. fields()Create a stream of the fields in this data set.List<Field>Gedcomx. getFields()The extracted fields included in this genealogical data set.Methods in org.gedcomx with parameters of type Field Modifier and Type Method Description voidGedcomx. addField(Field field)Add a field to the data set.GedcomxGedcomx. field(Field field)Build this out with a field.Method parameters in org.gedcomx with type arguments of type Field Modifier and Type Method Description voidGedcomx. setFields(List<Field> fields)The extracted fields included in this genealogical data set. -
Uses of Field in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return types with arguments of type Field Modifier and Type Method Description List<Field>Date. getFields()Get the fields being used as evidence.List<Field>Fact. getFields()Get the fields being used as evidence.List<Field>Gender. 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>Person. getFields()Get the fields being used as evidence.List<Field>PlaceReference. getFields()Get the fields being used as evidence.List<Field>Relationship. getFields()Get the fields being used as evidence.Methods in org.gedcomx.conclusion with parameters of type Field Modifier and Type Method Description voidDate. addField(Field field)Add a reference to the record field values being used as evidence.voidFact. addField(Field field)Add a reference to the record field values being used as evidence.voidGender. addField(Field field)Add a record field being used as evidence.voidNameForm. addField(Field field)Add a reference to the record field values being used as evidence.voidNamePart. addField(Field field)Add a reference to the record field values being used as evidence.voidPerson. addField(Field field)Add a reference to the record field values being used as evidence.voidPlaceReference. addField(Field field)Add a reference to the record field values being used as evidence.voidRelationship. addField(Field field)Add a reference to the record field values being used as evidence.DateDate. field(Field field)Build up this date with a field.FactFact. field(Field field)Build up this fact with a field.GenderGender. field(Field field)Build up this gender with a field.NameFormNameForm. field(Field field)Build up this name form with a field.NamePartNamePart. field(Field field)Build out this name part with a field.PersonPerson. field(Field field)Build out this person with a field.PlaceReferencePlaceReference. field(Field field)Build out this place reference with a field.RelationshipRelationship. field(Field field)Build out this relationship with a field.Method parameters in org.gedcomx.conclusion with type arguments of type Field Modifier and Type Method Description voidDate. setFields(List<Field> fields)Set the list of fields being used as evidence.voidFact. setFields(List<Field> fields)Set the list of fields being used as evidence.voidGender. setFields(List<Field> fields)Set the list of fields being used as evidence.voidNameForm. setFields(List<Field> fields)Set the list of fields being used as evidence.voidNamePart. setFields(List<Field> fields)Set the list of fields being used as evidence.voidPerson. setFields(List<Field> fields)Set the list of fields being used as evidence.voidPlaceReference. setFields(List<Field> fields)Set the list of fields being used as evidence.voidRelationship. setFields(List<Field> fields)Set the list of fields being used as evidence. -
Uses of Field in org.gedcomx.records
Methods in org.gedcomx.records that return Field Modifier and Type Method Description FieldField. extensionElement(Object element)FieldField. id(String id)FieldField. link(String rel, URI href)FieldField. link(Link link)FieldField. type(URI type)Build out this field with a type.FieldField. type(FieldType type)Build out this field with a type.FieldField. value(FieldValue value)Build out this field with a field value.Methods in org.gedcomx.records that return types with arguments of type Field Modifier and Type Method Description default Stream<Field>HasFields. fields()Create a stream of fields being used as evidence.List<Field>HasFields. getFields()Get the fields being used as evidence.Method parameters in org.gedcomx.records with type arguments of type Field Modifier and Type Method Description voidHasFields. setFields(List<Field> fields)Set the list of fields being used as evidence. -
Uses of Field in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type Field Modifier and Type Method Description voidGedcomxLocalReferenceResolver. 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 Field Modifier and Type Method Description List<Field>SourceDescription. getFields()The fields that are applicable to the resource being described.Methods in org.gedcomx.source with parameters of type Field Modifier and Type Method Description voidSourceDescription. addField(Field field)Add a field to the source description.SourceDescriptionSourceDescription. field(Field field)Build this out with a field.Method parameters in org.gedcomx.source with type arguments of type Field Modifier and Type Method Description voidSourceDescription. setFields(List<Field> fields)The fields that are applicable to the resource being described. -
Uses of Field in org.gedcomx.util
Methods in org.gedcomx.util that return types with arguments of type Field Modifier and Type Method 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.Method parameters in org.gedcomx.util with type arguments of type Field Modifier and Type Method 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.
-