public enum SuiteAttribute extends Enum<SuiteAttribute>
Enum Constant and Description |
---|
FAILED_PRECONDITIONS
A List<String> of test suite preconditions that were not
satisfied.
|
FEATURE_INFO
A Map<QName, {@link FeatureTypeInfo}> containing one or more
entries providing information about managed feature types.
|
SAMPLER
A DataSampler object that obtains sample data from the WFS under test.
|
TEST_SUBJECT
A DOM Document describing the WFS under test.
|
WFS_SCHEMA
An immutable Schema object representing the complete WFS 2.0 schema
(wfs.xsd).
|
WFS_VERSION
The highest specification version supported by the IUT.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Class |
getType() |
String |
toString() |
static SuiteAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuiteAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuiteAttribute TEST_SUBJECT
public static final SuiteAttribute WFS_SCHEMA
public static final SuiteAttribute FEATURE_INFO
public static final SuiteAttribute SAMPLER
public static final SuiteAttribute FAILED_PRECONDITIONS
public static final SuiteAttribute WFS_VERSION
public static SuiteAttribute[] values()
for (SuiteAttribute c : SuiteAttribute.values()) System.out.println(c);
public static SuiteAttribute 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 Class getType()
public String getName()
public String toString()
toString
in class Enum<SuiteAttribute>
Copyright © 2022 Open Geospatial Consortium. All rights reserved.