it.geosolutions.geonetwork.util
Enum GNSearchRequest.Param
java.lang.Object
java.lang.Enum<GNSearchRequest.Param>
it.geosolutions.geonetwork.util.GNSearchRequest.Param
- All Implemented Interfaces:
- Serializable, Comparable<GNSearchRequest.Param>
- Enclosing class:
- GNSearchRequest
public static enum GNSearchRequest.Param
- extends Enum<GNSearchRequest.Param>
Standard params.
any
public static final GNSearchRequest.Param any
title
public static final GNSearchRequest.Param title
abs
public static final GNSearchRequest.Param abs
themeKey
public static final GNSearchRequest.Param themeKey
template
public static final GNSearchRequest.Param template
dynamic
public static final GNSearchRequest.Param dynamic
download
public static final GNSearchRequest.Param download
digital
public static final GNSearchRequest.Param digital
paper
public static final GNSearchRequest.Param paper
group
public static final GNSearchRequest.Param group
attrset
public static final GNSearchRequest.Param attrset
dateFrom
public static final GNSearchRequest.Param dateFrom
dateTo
public static final GNSearchRequest.Param dateTo
category
public static final GNSearchRequest.Param category
extFrom
public static final GNSearchRequest.Param extFrom
extTo
public static final GNSearchRequest.Param extTo
values
public static GNSearchRequest.Param[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GNSearchRequest.Param c : GNSearchRequest.Param.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GNSearchRequest.Param valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<GNSearchRequest.Param>
Copyright © 2011-2012 GeoSolutions. All Rights Reserved.