public static enum Wfs20Constants.CONFORMANCE_CONSTRAINTS extends Enum<Wfs20Constants.CONFORMANCE_CONSTRAINTS>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Wfs20Constants.CONFORMANCE_CONSTRAINTS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wfs20Constants.CONFORMANCE_CONSTRAINTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsQuery
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsAdHocQuery
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsFunctions
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsResourceld
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsMinStandardFilter
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsStandardFilter
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsMinSpatialFilter
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsSpatialFilter
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsMinTemporalFilter
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsTemporalFilter
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsVersionNav
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsSorting
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsExtendedOperators
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsMinimumXPath
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsSchemaElementFunc
public static final Wfs20Constants.CONFORMANCE_CONSTRAINTS ImplementsResourceId
public static Wfs20Constants.CONFORMANCE_CONSTRAINTS[] values()
for (Wfs20Constants.CONFORMANCE_CONSTRAINTS c : Wfs20Constants.CONFORMANCE_CONSTRAINTS.values()) System.out.println(c);
public static Wfs20Constants.CONFORMANCE_CONSTRAINTS 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 getValue()
This work is licensed under a Creative Commons Attribution 4.0 International License.