Uses of Class
org.gedcomx.types.ConfidenceLevel
-
Packages that use ConfidenceLevel 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. -
-
Uses of ConfidenceLevel in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return ConfidenceLevel Modifier and Type Method Description ConfidenceLevelConclusion. getKnownConfidenceLevel()The value of a the known confidence level, orOTHERif not known.ConfidenceLevelDate. getKnownConfidenceLevel()The value of a the known confidence level, orOTHERif not known.ConfidenceLevelPlaceReference. getKnownConfidenceLevel()The value of a the known confidence level, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type ConfidenceLevel Modifier and Type Method Description ConclusionConclusion. confidence(ConfidenceLevel confidence)Build up this conclusion with a confidence level.DateDate. confidence(ConfidenceLevel confidence)Build up this conclusion with a confidence level.DocumentDocument. confidence(ConfidenceLevel confidence)EventEvent. confidence(ConfidenceLevel confidence)EventRoleEventRole. confidence(ConfidenceLevel confidence)FactFact. confidence(ConfidenceLevel confidence)GenderGender. confidence(ConfidenceLevel confidence)NameName. confidence(ConfidenceLevel confidence)PersonPerson. confidence(ConfidenceLevel confidence)PlaceDescriptionPlaceDescription. confidence(ConfidenceLevel confidence)PlaceReferencePlaceReference. confidence(ConfidenceLevel confidence)Build up this conclusion with a confidence level.RelationshipRelationship. confidence(ConfidenceLevel confidence)SubjectSubject. 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 Modifier and Type Method Description FieldValueFieldValue. confidence(ConfidenceLevel confidence) -
Uses of ConfidenceLevel in org.gedcomx.types
Methods in org.gedcomx.types that return ConfidenceLevel Modifier and Type Method Description static ConfidenceLevelConfidenceLevel. fromQNameURI(URI qname)Get the enumeration from the QName.static ConfidenceLevelConfidenceLevel. 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.
-