public enum TestRunArg extends Enum<TestRunArg>
Enum Constant and Description |
---|
FID
A string that identifies an available feature instance.
|
ICS
An implementation conformance statement: a comma-separated list
indicating which conformance classes are supported.
|
IUT
An absolute URI that refers to a representation of the test subject or
metadata about it.
|
WFS
An absolute URI referring to metadata about the WFS implementation under
test.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static TestRunArg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestRunArg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestRunArg FID
public static final TestRunArg IUT
public static final TestRunArg WFS
http://www.opengis.net/wfs/2.0
WFS_Capabilities}.public static final TestRunArg ICS
public static TestRunArg[] values()
for (TestRunArg c : TestRunArg.values()) System.out.println(c);
public static TestRunArg 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<TestRunArg>
Copyright © 2022 Open Geospatial Consortium. All rights reserved.