Uses of Class
org.gedcomx.search.ResultConfidence

Packages that use ResultConfidence
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
 ResultConfidence Entry.getConfidence()
          The confidence of the result, if this entry represents a search result.
 

Methods in org.gedcomx.atom with parameters of type ResultConfidence
 void Entry.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
static ResultConfidence ResultConfidence.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.
 



Copyright © 2016. All rights reserved.