net.opengis.wfs
Class ResultTypeType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by net.opengis.wfs.ResultTypeType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class ResultTypeType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Result Type Type', and utility methods for working with them.

See Also:
WfsPackage.getResultTypeType(), Serialized Form

Field Summary
static int HITS
          The 'Hits' literal value.
static ResultTypeType HITS_LITERAL
          The 'Hits' literal object.
static int RESULTS
          The 'Results' literal value.
static ResultTypeType RESULTS_LITERAL
          The 'Results' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Result Type Type' enumerators.
 
Method Summary
static ResultTypeType get(int value)
          Returns the 'Result Type Type' literal with the specified integer value.
static ResultTypeType get(java.lang.String literal)
          Returns the 'Result Type Type' literal with the specified literal value.
static ResultTypeType getByName(java.lang.String name)
          Returns the 'Result Type Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESULTS

public static final int RESULTS
The '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:
RESULTS_LITERAL, Constant Field Values

HITS

public static final int HITS
The '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:
HITS_LITERAL, Constant Field Values

RESULTS_LITERAL

public static final ResultTypeType RESULTS_LITERAL
The 'Results' literal object.

See Also:
RESULTS

HITS_LITERAL

public static final ResultTypeType HITS_LITERAL
The 'Hits' literal object.

See Also:
HITS

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Result Type Type' enumerators.

Method Detail

get

public static ResultTypeType get(java.lang.String literal)
Returns the 'Result Type Type' literal with the specified literal value.


getByName

public static ResultTypeType getByName(java.lang.String name)
Returns the 'Result Type Type' literal with the specified name.


get

public static ResultTypeType get(int value)
Returns the 'Result Type Type' literal with the specified integer value.



Copyright © 1996-2010 Geotools. All Rights Reserved.