Uses of Class
au.org.ala.names.model.MatchType

Packages that use MatchType
au.org.ala.names.model   
 

Uses of MatchType in au.org.ala.names.model
 

Methods in au.org.ala.names.model that return MatchType
 MatchType NameSearchResult.getMatchType()
           
 MatchType MatchType.getMatchType(java.lang.String match)
           
static MatchType MatchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MatchType[] MatchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in au.org.ala.names.model with parameters of type MatchType
 void NameSearchResult.setMatchType(MatchType type)
          Set the match type that was used to get this result
 

Constructors in au.org.ala.names.model with parameters of type MatchType
NameSearchResult(org.apache.lucene.document.Document doc, MatchType type)
           
NameSearchResult(java.lang.String id, java.lang.String lsid, MatchType type)
           
 



Copyright © 2014. All Rights Reserved.