public enum WFSOperationType extends Enum<WFSOperationType>
Enum Constant and Description |
---|
DESCRIBE_FEATURETYPE |
DESCRIBE_STORED_QUERIES |
GET_CAPABILITIES |
GET_FEATURE |
GET_FEATURE_WITH_LOCK |
GET_GML_OBJECT |
LIST_STORED_QUERIES |
LOCK_FEATURE |
TRANSACTION |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static WFSOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WFSOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFSOperationType GET_CAPABILITIES
public static final WFSOperationType DESCRIBE_FEATURETYPE
public static final WFSOperationType GET_FEATURE
public static final WFSOperationType GET_GML_OBJECT
public static final WFSOperationType LOCK_FEATURE
public static final WFSOperationType GET_FEATURE_WITH_LOCK
public static final WFSOperationType TRANSACTION
public static final WFSOperationType LIST_STORED_QUERIES
public static final WFSOperationType DESCRIBE_STORED_QUERIES
public static WFSOperationType[] values()
for (WFSOperationType c : WFSOperationType.values()) System.out.println(c);
public static WFSOperationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
Copyright © 1996–2022 Geotools. All rights reserved.