Uses of Enum Class
org.gedcomx.types.ConfidenceLevel
Packages that use ConfidenceLevel
Package
Description
The conclusion model defines genealogical conclusion data.
The sources model.
The types model defines the standard set of types of genealogical data.
-
Uses of ConfidenceLevel in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return ConfidenceLevelModifier and TypeMethodDescriptionConclusion.getKnownConfidenceLevel()The value of a the known confidence level, orOTHERif not known.Date.getKnownConfidenceLevel()The value of a the known confidence level, orOTHERif not known.PlaceReference.getKnownConfidenceLevel()The value of a the known confidence level, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type ConfidenceLevelModifier and TypeMethodDescriptionConclusion.confidence(ConfidenceLevel confidence) Build up this conclusion with a confidence level.Date.confidence(ConfidenceLevel confidence) Build up this conclusion with a confidence level.Document.confidence(ConfidenceLevel confidence) Event.confidence(ConfidenceLevel confidence) EventRole.confidence(ConfidenceLevel confidence) Fact.confidence(ConfidenceLevel confidence) Gender.confidence(ConfidenceLevel confidence) Name.confidence(ConfidenceLevel confidence) Person.confidence(ConfidenceLevel confidence) PlaceDescription.confidence(ConfidenceLevel confidence) PlaceReference.confidence(ConfidenceLevel confidence) Build up this conclusion with a confidence level.Relationship.confidence(ConfidenceLevel confidence) Subject.confidence(ConfidenceLevel confidence) voidConclusion.setKnownConfidenceLevel(ConfidenceLevel level) Set the confidence level from a known enumeration of confidence levels.voidDate.setKnownConfidenceLevel(ConfidenceLevel level) Set the confidence level from a known enumeration of confidence levels.voidPlaceReference.setKnownConfidenceLevel(ConfidenceLevel level) Set the confidence level from a known enumeration of confidence levels. -
Uses of ConfidenceLevel in org.gedcomx.records
Methods in org.gedcomx.records with parameters of type ConfidenceLevel -
Uses of ConfidenceLevel in org.gedcomx.types
Methods in org.gedcomx.types that return ConfidenceLevelModifier and TypeMethodDescriptionstatic ConfidenceLevelConfidenceLevel.fromQNameURI(URI qname) Get the enumeration from the QName.static ConfidenceLevelReturns the enum constant of this class with the specified name.static ConfidenceLevel[]ConfidenceLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.