org.geotools.data.wfs.protocol.wfs
Enum WFSOperationType
Object
Enum<WFSOperationType>
WFSOperationType
- All Implemented Interfaces:
- Serializable, Comparable<WFSOperationType>
public enum WFSOperationType
- extends Enum<WFSOperationType>
Enumeration for the possible operations a WFS may implement.
- Since:
- 2.5.x
- Author:
- Gabriel Roldan
- Module:
modules/unsupported/wfs (gt-wfs.jar)
GET_CAPABILITIES
public static final WFSOperationType GET_CAPABILITIES
DESCRIBE_FEATURETYPE
public static final WFSOperationType DESCRIBE_FEATURETYPE
GET_FEATURE
public static final WFSOperationType GET_FEATURE
GET_GML_OBJECT
public static final WFSOperationType GET_GML_OBJECT
LOCK_FEATURE
public static final WFSOperationType LOCK_FEATURE
GET_FEATURE_WITH_LOCK
public static final WFSOperationType GET_FEATURE_WITH_LOCK
TRANSACTION
public static final WFSOperationType TRANSACTION
values
public static final WFSOperationType[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(WFSOperationType c : WFSOperationType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static WFSOperationType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
getName
public String getName()
Copyright © 1996-2009 Geotools. All Rights Reserved.