Uses of Class
org.gedcomx.records.RecordDescriptor
Packages that use RecordDescriptor
Package
Description
The base GEDCOM X data format.
The sources model.
-
Uses of RecordDescriptor in org.gedcomx
Methods in org.gedcomx that return types with arguments of type RecordDescriptorModifier and TypeMethodDescriptionGedcomx.getRecordDescriptors()The record descriptors included in this genealogical data set.Gedcomx.recordDescriptors()Create a stream of the record descriptors in this data set.Methods in org.gedcomx with parameters of type RecordDescriptorModifier and TypeMethodDescriptionvoidGedcomx.addRecordDescriptor(RecordDescriptor recordDescriptor) Add a recordDescriptor to the data set.Gedcomx.recordDescriptor(RecordDescriptor recordDescriptor) Build this out with a record descriptor.Method parameters in org.gedcomx with type arguments of type RecordDescriptorModifier and TypeMethodDescriptionvoidGedcomx.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 RecordDescriptorModifier and TypeMethodDescriptionvoidRecordDescriptor.embed(RecordDescriptor recordDescriptor) Embed another record descriptor.Constructors in org.gedcomx.records with parameters of type RecordDescriptor -
Uses of RecordDescriptor in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type RecordDescriptorModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.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 RecordDescriptorModifier and TypeMethodDescriptionDocMap.getRecordDescriptor(String recordDescriptorIdOrUrl) Find the RecordDescriptor referenced by the given id (with or without a "#"), or URL (with "#" and a local id).DocMap.getRecordDescriptor(URI recordDescriptorId) Find the RecordDescriptor referenced by the given id (with or without a "#").FieldMap.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 RecordDescriptorModifier and TypeMethodDescriptionstatic 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 RecordDescriptorModifier and TypeMethodDescriptionstatic Map<String,FieldValueDescriptor> FieldMap.getLabelFieldValueDescriptorMap(RecordDescriptor recordDescriptor) Get a map of labelId to FieldValueDescriptor for that label id.