| Package | Description |
|---|---|
| org.gedcomx.source |
The sources model.
|
| org.gedcomx.types |
The types model defines the standard set of types of genealogical data.
|
| Modifier and Type | Method and Description |
|---|---|
RecordType |
Coverage.getKnownRecordType()
The type of record being covered in this collection, if any.
|
| Modifier and Type | Method and Description |
|---|---|
Coverage |
Coverage.recordType(RecordType recordType)
Build out this coverage with a record type.
|
void |
Coverage.setKnownRecordType(RecordType type)
The type of record being covered in this collection, if any.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordType |
RecordType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static RecordType |
RecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordType[] |
RecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.