| Package | Description |
|---|---|
| org.gedcomx.util |
| Modifier and Type | Method and Description |
|---|---|
DocMap |
FieldMap.getCollectionDocMap()
Get the DocMap for the collection that the record is found in.
|
DocMap |
FieldMap.getRecordDocMap()
Get the DocMap for the record.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static boolean |
FieldMap.isCensus(DocMap recordDocMap)
Tell whether the record with the given DocMap is a Census record, i.e., if it has a SourceDescription with a Coverage with
a RecordType of Census.
|
| Constructor and Description |
|---|
FieldMap(DocMap recordDocMap,
DocMap collectionDocMap)
Constructor using a DocMap for a collection and record.
|
Copyright © 2016. All rights reserved.