|
||||||||||
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.wfs.OperationType
public final class OperationType
A representation of the literals of the enumeration 'Operation Type', and utility methods for working with them.
WfsPackage.getOperationType()
,
Serialized FormField Summary | |
---|---|
static int |
DELETE
The 'Delete' literal value. |
static OperationType |
DELETE_LITERAL
The 'Delete' literal object. |
static int |
GET_GML_OBJECT
The 'Get Gml Object' literal value. |
static OperationType |
GET_GML_OBJECT_LITERAL
The 'Get Gml Object' literal object. |
static int |
INSERT
The 'Insert' literal value. |
static OperationType |
INSERT_LITERAL
The 'Insert' literal object. |
static int |
LOCK
The 'Lock' literal value. |
static OperationType |
LOCK_LITERAL
The 'Lock' literal object. |
static int |
QUERY
The 'Query' literal value. |
static OperationType |
QUERY_LITERAL
The 'Query' literal object. |
static int |
UPDATE
The 'Update' literal value. |
static OperationType |
UPDATE_LITERAL
The 'Update' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Operation Type' enumerators. |
Method Summary | |
---|---|
static OperationType |
get(int value)
Returns the 'Operation Type' literal with the specified integer value. |
static OperationType |
get(java.lang.String literal)
Returns the 'Operation Type' literal with the specified literal value. |
static OperationType |
getByName(java.lang.String name)
Returns the 'Operation 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 INSERT
If the meaning of 'Insert' literal object isn't clear, there really should be more of a description here...
INSERT_LITERAL
,
Constant Field Valuespublic static final int UPDATE
If the meaning of 'Update' literal object isn't clear, there really should be more of a description here...
UPDATE_LITERAL
,
Constant Field Valuespublic static final int DELETE
If the meaning of 'Delete' literal object isn't clear, there really should be more of a description here...
DELETE_LITERAL
,
Constant Field Valuespublic static final int QUERY
If the meaning of 'Query' literal object isn't clear, there really should be more of a description here...
QUERY_LITERAL
,
Constant Field Valuespublic static final int LOCK
If the meaning of 'Lock' literal object isn't clear, there really should be more of a description here...
LOCK_LITERAL
,
Constant Field Valuespublic static final int GET_GML_OBJECT
If the meaning of 'Get Gml Object' literal object isn't clear, there really should be more of a description here...
GET_GML_OBJECT_LITERAL
,
Constant Field Valuespublic static final OperationType INSERT_LITERAL
INSERT
public static final OperationType UPDATE_LITERAL
UPDATE
public static final OperationType DELETE_LITERAL
DELETE
public static final OperationType QUERY_LITERAL
QUERY
public static final OperationType LOCK_LITERAL
LOCK
public static final OperationType GET_GML_OBJECT_LITERAL
GET_GML_OBJECT
public static final java.util.List VALUES
Method Detail |
---|
public static OperationType get(java.lang.String literal)
public static OperationType getByName(java.lang.String name)
public static OperationType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |