|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<CSWConstants.ResultType> org.deegree.protocol.csw.CSWConstants.ResultType
public static enum CSWConstants.ResultType
Specifies the mode of the response that is requested. The modes are:
Enum Constant Summary | |
---|---|
hits
returns an empty SearchResults element that include the size of the result set |
|
results
returns one or more records from the result set up to the maximum number of records specified in the request |
|
validate
validates the request message |
Method Summary | |
---|---|
static CSWConstants.ResultType |
determineResultType(String typeString)
|
static CSWConstants.ResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CSWConstants.ResultType[] |
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 CSWConstants.ResultType hits
public static final CSWConstants.ResultType results
public static final CSWConstants.ResultType validate
Method Detail |
---|
public static CSWConstants.ResultType[] values()
for (CSWConstants.ResultType c : CSWConstants.ResultType.values()) System.out.println(c);
public static CSWConstants.ResultType 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 nullpublic static CSWConstants.ResultType determineResultType(String typeString)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |