| 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 |
|---|---|
IdentifierType |
Identifier.getKnownType()
The enum referencing a known identifier type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Identifier.setKnownType(IdentifierType knownType)
Set the value of the id type from a known identifier type.
|
Identifier |
Identifier.type(IdentifierType type)
Build up this identifier with a type.
|
| Constructor and Description |
|---|
Identifier(URI value,
IdentifierType knownType) |
| Modifier and Type | Method and Description |
|---|---|
static IdentifierType |
IdentifierType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static IdentifierType |
IdentifierType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierType[] |
IdentifierType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.