public enum TestRunArg extends Enum<TestRunArg>
| Enum Constant and Description |
|---|
ECHOPROCESSID
The id of the echo process.
|
IUT
An absolute URI that refers to a representation of the test subject or metadata about it.
|
NOOFCOLLECTIONS
The number of collections to test (a value less or equal to 0 means all collections).
|
PROCESSTESTLIMIT
Limit of processes to be tested against the OGC Process Description Conformance Class.
|
TESTALLPROCESSES
Boolean indicating whether all processes should be tested against the OGC Process Description Conformance Class.
|
| 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 IUT
public static final TestRunArg NOOFCOLLECTIONS
public static final TestRunArg ECHOPROCESSID
public static final TestRunArg PROCESSTESTLIMIT
public static final TestRunArg TESTALLPROCESSES
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 © 2023 Open Geospatial Consortium. All rights reserved.