org.fao.geonet.constants
Class Geonet.SearchResult.SortBy

java.lang.Object
  extended by org.fao.geonet.constants.Geonet.SearchResult.SortBy
Enclosing class:
Geonet.SearchResult

public class Geonet.SearchResult.SortBy
extends java.lang.Object


Field Summary
static java.lang.String DATE
           
static java.lang.String POPULARITY
           
static java.lang.String RATING
           
static java.lang.String RELEVANCE
           
 
Constructor Summary
Geonet.SearchResult.SortBy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELEVANCE

public static final java.lang.String RELEVANCE
See Also:
Constant Field Values

RATING

public static final java.lang.String RATING
See Also:
Constant Field Values

POPULARITY

public static final java.lang.String POPULARITY
See Also:
Constant Field Values

DATE

public static final java.lang.String DATE
See Also:
Constant Field Values
Constructor Detail

Geonet.SearchResult.SortBy

public Geonet.SearchResult.SortBy()