Package net.opengis.wfs
Class ResultTypeType
Object
AbstractEnumerator
ResultTypeType
- All Implemented Interfaces:
Serializable,Enumerator
public final class ResultTypeType
extends AbstractEnumerator
A representation of the literals of the enumeration 'Result Type Type',
and utility methods for working with them.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe 'Hits' literal value.static final ResultTypeTypeThe 'Hits' literal object.static final intThe 'Results' literal value.static final ResultTypeTypeThe 'Results' literal object.static final ListA public read-only list of all the 'Result Type Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic ResultTypeTypeget(int value) Returns the 'Result Type Type' literal with the specified integer value.static ResultTypeTypeReturns the 'Result Type Type' literal with the specified literal value.static ResultTypeTypeReturns the 'Result Type Type' literal with the specified name.Methods inherited from class AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
-
Field Details
-
RESULTS
public static final int RESULTSThe 'Results' literal value. Indicates that a complete response should be generated by the WFS. That is, all response feature instances should be returned to the client.- See Also:
-
HITS
public static final int HITSThe 'Hits' literal value. Indicates that an empty response should be generated with the "numberOfFeatures" attribute set (i.e. no feature instances should be returned). In this manner a client may determine the number of feature instances that a GetFeature request will return without having to actually get the entire result set back.- See Also:
-
RESULTS_LITERAL
The 'Results' literal object.- See Also:
-
HITS_LITERAL
The 'Hits' literal object.- See Also:
-
VALUES
A public read-only list of all the 'Result Type Type' enumerators.
-
-
Method Details
-
get
Returns the 'Result Type Type' literal with the specified literal value.- Parameters:
literal- the literal.- Returns:
- the matching enumerator or
null.
-
getByName
Returns the 'Result Type Type' literal with the specified name.- Parameters:
name- the name.- Returns:
- the matching enumerator or
null.
-
get
Returns the 'Result Type Type' literal with the specified integer value.- Parameters:
value- the integer value.- Returns:
- the matching enumerator or
null.
-