Uses of Class
com.evolution.player.core.media.search.SearchType

Packages that use SearchType
com.evolution.player.core.media.search   
 

Uses of SearchType in com.evolution.player.core.media.search
 

Methods in com.evolution.player.core.media.search that return SearchType
 SearchType ISearchPattern.getType()
          The type of the search to perform.
static SearchType SearchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SearchType[] SearchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.