| Package | Description |
|---|---|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.records |
The sources model.
|
| org.gedcomx.types |
The types model defines the standard set of types of genealogical data.
|
| Modifier and Type | Method and Description |
|---|---|
ConfidenceLevel |
Conclusion.getKnownConfidenceLevel()
The value of a the known confidence level, or
OTHER if not known. |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.confidence(ConfidenceLevel confidence) |
Conclusion |
Conclusion.confidence(ConfidenceLevel confidence)
Build up this conclusion with a confidence level.
|
Gender |
Gender.confidence(ConfidenceLevel confidence) |
Person |
Person.confidence(ConfidenceLevel confidence) |
Fact |
Fact.confidence(ConfidenceLevel confidence) |
Event |
Event.confidence(ConfidenceLevel confidence) |
PlaceDescription |
PlaceDescription.confidence(ConfidenceLevel confidence) |
Subject |
Subject.confidence(ConfidenceLevel confidence) |
EventRole |
EventRole.confidence(ConfidenceLevel confidence) |
Relationship |
Relationship.confidence(ConfidenceLevel confidence) |
Name |
Name.confidence(ConfidenceLevel confidence) |
void |
Conclusion.setKnownConfidenceLevel(ConfidenceLevel level)
Set the confidence level from a known enumeration of confidence levels.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldValue.confidence(ConfidenceLevel confidence) |
| Modifier and Type | Method and Description |
|---|---|
static ConfidenceLevel |
ConfidenceLevel.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static ConfidenceLevel |
ConfidenceLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfidenceLevel[] |
ConfidenceLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.