public enum WFSParameter extends Enum<WFSParameter>
| Enum Constant and Description |
|---|
BBOX |
CQL_FILTER |
CRS |
HEIGHT |
MAXFEATURES |
OUTPUTFORMAT |
PROPERTYNAME |
REQUEST |
SERVICE |
SRSNAME |
STYLES |
TYPENAME |
VERSION |
WIDTH |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter()
Gets the parameter.
|
String |
getValue()
Gets the value.
|
static WFSParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WFSParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFSParameter SERVICE
public static final WFSParameter VERSION
public static final WFSParameter REQUEST
public static final WFSParameter TYPENAME
public static final WFSParameter STYLES
public static final WFSParameter BBOX
public static final WFSParameter WIDTH
public static final WFSParameter HEIGHT
public static final WFSParameter SRSNAME
public static final WFSParameter CRS
public static final WFSParameter OUTPUTFORMAT
public static final WFSParameter MAXFEATURES
public static final WFSParameter PROPERTYNAME
public static final WFSParameter CQL_FILTER
public static WFSParameter[] values()
for (WFSParameter c : WFSParameter.values()) System.out.println(c);
public static WFSParameter 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 getParameter()
public String getValue()
Copyright © 2022. All Rights Reserved.