Uses of Class
org.gedcomx.records.RecordDescriptor
-
Packages that use RecordDescriptor Package Description org.gedcomx The base GEDCOM X data format.org.gedcomx.records The sources model.org.gedcomx.rt org.gedcomx.util -
-
Uses of RecordDescriptor in org.gedcomx
Methods in org.gedcomx that return types with arguments of type RecordDescriptor Modifier and Type Method Description List<RecordDescriptor>Gedcomx. getRecordDescriptors()The record descriptors included in this genealogical data set.Stream<RecordDescriptor>Gedcomx. recordDescriptors()Create a stream of the record descriptors in this data set.Methods in org.gedcomx with parameters of type RecordDescriptor Modifier and Type Method Description voidGedcomx. addRecordDescriptor(RecordDescriptor recordDescriptor)Add a recordDescriptor to the data set.GedcomxGedcomx. recordDescriptor(RecordDescriptor recordDescriptor)Build this out with a record descriptor.Method parameters in org.gedcomx with type arguments of type RecordDescriptor Modifier and Type Method Description voidGedcomx. setRecordDescriptors(List<RecordDescriptor> recordDescriptors)The record descriptors included in this genealogical data set. -
Uses of RecordDescriptor in org.gedcomx.records
Methods in org.gedcomx.records with parameters of type RecordDescriptor Modifier and Type Method Description voidRecordDescriptor. embed(RecordDescriptor recordDescriptor)Embed another record descriptor. -
Uses of RecordDescriptor in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type RecordDescriptor Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitRecordDescriptor(RecordDescriptor recordDescriptor)voidGedcomxModelVisitor. visitRecordDescriptor(RecordDescriptor recordDescriptor)voidGedcomxModelVisitorBase. visitRecordDescriptor(RecordDescriptor recordDescriptor) -
Uses of RecordDescriptor in org.gedcomx.util
Methods in org.gedcomx.util that return RecordDescriptor Modifier and Type Method Description RecordDescriptorDocMap. getRecordDescriptor(String recordDescriptorIdOrUrl)Find the RecordDescriptor referenced by the given id (with or without a "#"), or URL (with "#" and a local id).RecordDescriptorDocMap. getRecordDescriptor(URI recordDescriptorId)Find the RecordDescriptor referenced by the given id (with or without a "#").RecordDescriptorFieldMap. getRecordDescriptor()Get the RecordDescriptor that goes with this record.static RecordDescriptorFieldMap. getRecordDescriptor(DocMap collectionDocMap, DocMap recordDocMap)Find the RecordDescriptor from the collection document that is referenced by the main source description from the record document, i.e., find the record's record descriptor in the collection.Methods in org.gedcomx.util that return types with arguments of type RecordDescriptor Modifier and Type Method Description static Map<String,RecordDescriptor>DocMap. getRecordDescriptorMap(Gedcomx doc)Create a map of local id (and "#" + id) to the RecordDescriptor that has that id.Methods in org.gedcomx.util with parameters of type RecordDescriptor Modifier and Type Method Description static Map<String,FieldValueDescriptor>FieldMap. getLabelFieldValueDescriptorMap(RecordDescriptor recordDescriptor)Get a map of labelId to FieldValueDescriptor for that label id.
-