public static enum WFSConfig.PreferredHttpMethod extends Enum<WFSConfig.PreferredHttpMethod>
Modifier and Type | Method and Description |
---|---|
static WFSConfig.PreferredHttpMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WFSConfig.PreferredHttpMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFSConfig.PreferredHttpMethod AUTO
public static final WFSConfig.PreferredHttpMethod HTTP_GET
public static final WFSConfig.PreferredHttpMethod HTTP_POST
public static WFSConfig.PreferredHttpMethod[] values()
for (WFSConfig.PreferredHttpMethod c : WFSConfig.PreferredHttpMethod.values()) System.out.println(c);
public static WFSConfig.PreferredHttpMethod 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 nullCopyright © 1996–2019 Geotools. All rights reserved.