| Package | Description |
|---|---|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.types |
The types model defines the standard set of types of genealogical data.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
Document.getKnownType()
The enum referencing the known type of the document, or
OTHER if not known. |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setKnownType(DocumentType knownType)
Set the type of this document from a known enumeration of document types.
|
Document |
Document.type(DocumentType type)
Build up this document with a type.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentType |
DocumentType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static DocumentType |
DocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentType[] |
DocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.