|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<RestQueryServlet.ResponseFormat> com.esri.gpt.control.georss.RestQueryServlet.ResponseFormat
protected static enum RestQueryServlet.ResponseFormat
Enumeration of response formats.
Enum Constant Summary | |
---|---|
atom
|
|
georss
|
|
html
|
|
htmlfragment
|
|
json
|
|
kml
|
|
pjson
|
|
searchpage
|
|
searchpageresults
|
Method Summary | |
---|---|
protected static RestQueryServlet.ResponseFormat |
checkValueOf(String value)
Checks then returns the format associated with a value. |
static RestQueryServlet.ResponseFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RestQueryServlet.ResponseFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RestQueryServlet.ResponseFormat georss
public static final RestQueryServlet.ResponseFormat kml
public static final RestQueryServlet.ResponseFormat html
public static final RestQueryServlet.ResponseFormat htmlfragment
public static final RestQueryServlet.ResponseFormat atom
public static final RestQueryServlet.ResponseFormat json
public static final RestQueryServlet.ResponseFormat pjson
public static final RestQueryServlet.ResponseFormat searchpage
public static final RestQueryServlet.ResponseFormat searchpageresults
Method Detail |
---|
public static RestQueryServlet.ResponseFormat[] values()
for (RestQueryServlet.ResponseFormat c : RestQueryServlet.ResponseFormat.values()) System.out.println(c);
public static RestQueryServlet.ResponseFormat valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullprotected static RestQueryServlet.ResponseFormat checkValueOf(String value)
value
- the value to check.
georss
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |