Uses of Class
org.gedcomx.records.Field

Packages that use Field
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
 List<Field> Gedcomx.getFields()
          The extracted fields included in this genealogical data set.
 

Methods in org.gedcomx with parameters of type Field
 void Gedcomx.addField(Field field)
          Add a field to the data set.
 Gedcomx Gedcomx.field(Field field)
          Build this out with a field.
 

Method parameters in org.gedcomx with type arguments of type Field
 void Gedcomx.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
 List<Field> Person.getFields()
          Get the fields being used as evidence.
 List<Field> Gender.getFields()
          Get the fields being used as evidence.
 List<Field> NamePart.getFields()
          Get the fields being used as evidence.
 List<Field> Date.getFields()
          Get the fields being used as evidence.
 List<Field> NameForm.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.
 List<Field> Fact.getFields()
          Get the fields being used as evidence.
 

Methods in org.gedcomx.conclusion with parameters of type Field
 void Person.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 NamePart.addField(Field field)
          Add a reference to the record field values being used as evidence.
 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 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.
 void Fact.addField(Field field)
          Add a reference to the record field values being used as evidence.
 Person Person.field(Field field)
          Build out this person with a field.
 Gender Gender.field(Field field)
          Build up this gender with a field.
 NamePart NamePart.field(Field field)
          Build out this name part with a field.
 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.
 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.
 Fact Fact.field(Field field)
          Build up this fact with a field.
 

Method parameters in org.gedcomx.conclusion with type arguments of type Field
 void Person.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 NamePart.setFields(List<Field> fields)
          Set the list of fields being used as evidence.
 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 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.
 void Fact.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
 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.
 

Methods in org.gedcomx.records that return types with arguments of type Field
 List<Field> HasFields.getFields()
          Get the fields being used as evidence.
 

Method parameters in org.gedcomx.records with type arguments of type Field
 void HasFields.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
 void GedcomxModelVisitorBase.visitField(Field field)
           
 void GedcomxModelVisitor.visitField(Field field)
           
 void GedcomxLocalReferenceResolver.visitField(Field field)
           
 

Uses of Field in org.gedcomx.source
 

Methods in org.gedcomx.source that return types with arguments of type Field
 List<Field> SourceDescription.getFields()
          The fields that are applicable to the resource being described.
 

Methods in org.gedcomx.source with parameters of type Field
 void SourceDescription.addField(Field field)
          Add a field to the source description.
 SourceDescription SourceDescription.field(Field field)
          Build this out with a field.
 

Method parameters in org.gedcomx.source with type arguments of type Field
 void SourceDescription.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
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
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 © 2015. All rights reserved.