public enum WFSRequestType extends Enum<WFSRequestType>
| Enum Constant and Description |
|---|
DescribeFeatureType |
GetCapabilities |
GetFeature |
| Modifier and Type | Method and Description |
|---|---|
static WFSRequestType |
getWFSRequestType(String request)
Converts a string to a WFSRequestType if possible.
|
int |
toID() |
String |
toString() |
static WFSRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WFSRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFSRequestType GetCapabilities
public static final WFSRequestType GetFeature
public static final WFSRequestType DescribeFeatureType
public static WFSRequestType[] values()
for (WFSRequestType c : WFSRequestType.values()) System.out.println(c);
public static WFSRequestType 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 toString()
toString in class Enum<WFSRequestType>public int toID()
public static WFSRequestType getWFSRequestType(String request)
request - value