net.opengis.wps10
Class MethodType

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

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

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

See Also:
Wps10Package.getMethodType(), Serialized Form

Field Summary
static int GET
          The 'GET' literal value.
static MethodType GET_LITERAL
          The 'GET' literal object.
static int POST
          The 'POST' literal value.
static MethodType POST_LITERAL
          The 'POST' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Method Type' enumerators.
 
Method Summary
static MethodType get(int value)
          Returns the 'Method Type' literal with the specified integer value.
static MethodType get(java.lang.String literal)
          Returns the 'Method Type' literal with the specified literal value.
static MethodType getByName(java.lang.String name)
          Returns the 'Method 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

GET

public static final int GET
The 'GET' literal value.

If the meaning of 'GET' literal object isn't clear, there really should be more of a description here...

See Also:
GET_LITERAL, Constant Field Values

POST

public static final int POST
The 'POST' literal value.

If the meaning of 'POST' literal object isn't clear, there really should be more of a description here...

See Also:
POST_LITERAL, Constant Field Values

GET_LITERAL

public static final MethodType GET_LITERAL
The 'GET' literal object.

See Also:
GET

POST_LITERAL

public static final MethodType POST_LITERAL
The 'POST' literal object.

See Also:
POST

VALUES

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

Method Detail

get

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


getByName

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


get

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



Copyright © 1996-2010 Geotools. All Rights Reserved.