|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
net.opengis.wps10.MethodType
public final class MethodType
A representation of the literals of the enumeration 'Method Type', and utility methods for working with them.
Wps10Package.getMethodType()
,
Serialized FormField 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 |
---|
public static final int GET
If the meaning of 'GET' literal object isn't clear, there really should be more of a description here...
GET_LITERAL
,
Constant Field Valuespublic static final int POST
If the meaning of 'POST' literal object isn't clear, there really should be more of a description here...
POST_LITERAL
,
Constant Field Valuespublic static final MethodType GET_LITERAL
GET
public static final MethodType POST_LITERAL
POST
public static final java.util.List VALUES
Method Detail |
---|
public static MethodType get(java.lang.String literal)
public static MethodType getByName(java.lang.String name)
public static MethodType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |