Uses of Class
org.gedcomx.search.ResultConfidence
-
Packages that use ResultConfidence Package Description org.gedcomx.atom The atom model supplies the definitions needed to support the atom syndication format.org.gedcomx.search The opensearch model defines elements and types used for searches. -
-
Uses of ResultConfidence in org.gedcomx.atom
Methods in org.gedcomx.atom that return ResultConfidence Modifier and Type Method Description ResultConfidenceEntry. getConfidence()The confidence of the result, if this entry represents a search result.Methods in org.gedcomx.atom with parameters of type ResultConfidence Modifier and Type Method Description voidEntry. setConfidence(ResultConfidence confidence)The confidence of the result, if this entry represents a search result. -
Uses of ResultConfidence in org.gedcomx.search
Methods in org.gedcomx.search that return ResultConfidence Modifier and Type Method Description static ResultConfidenceResultConfidence. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultConfidence[]ResultConfidence. values()Returns an array containing the constants of this enum type, in the order they are declared.
-