Uses of Class
org.gedcomx.records.RecordDescriptor

Packages that use RecordDescriptor
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
 List<RecordDescriptor> Gedcomx.getRecordDescriptors()
          The record descriptors included in this genealogical data set.
 

Methods in org.gedcomx with parameters of type RecordDescriptor
 void Gedcomx.addRecordDescriptor(RecordDescriptor recordDescriptor)
          Add a recordDescriptor to the data set.
 Gedcomx Gedcomx.recordDescriptor(RecordDescriptor recordDescriptor)
          Build this out with a record descriptor.
 

Method parameters in org.gedcomx with type arguments of type RecordDescriptor
 void Gedcomx.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
 void RecordDescriptor.embed(RecordDescriptor recordDescriptor)
          Embed another record descriptor.
 

Uses of RecordDescriptor in org.gedcomx.rt
 

Methods in org.gedcomx.rt with parameters of type RecordDescriptor
 void GedcomxModelVisitorBase.visitRecordDescriptor(RecordDescriptor recordDescriptor)
           
 void GedcomxModelVisitor.visitRecordDescriptor(RecordDescriptor recordDescriptor)
           
 void GedcomxLocalReferenceResolver.visitRecordDescriptor(RecordDescriptor recordDescriptor)
           
 

Uses of RecordDescriptor in org.gedcomx.util
 

Methods in org.gedcomx.util that return RecordDescriptor
 RecordDescriptor FieldMap.getRecordDescriptor()
          Get the RecordDescriptor that goes with this record.
static RecordDescriptor FieldMap.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.
 RecordDescriptor DocMap.getRecordDescriptor(String recordDescriptorIdOrUrl)
          Find the RecordDescriptor referenced by the given id (with or without a "#"), or URL (with "#" and a local id).
 RecordDescriptor DocMap.getRecordDescriptor(URI recordDescriptorId)
          Find the RecordDescriptor referenced by the given id (with or without a "#").
 

Methods in org.gedcomx.util that return types with arguments of type RecordDescriptor
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
static Map<String,FieldValueDescriptor> FieldMap.getLabelFieldValueDescriptorMap(RecordDescriptor recordDescriptor)
          Get a map of labelId to FieldValueDescriptor for that label id.
 



Copyright © 2015. All rights reserved.