public enum TestRunArg extends Enum<TestRunArg>
| Enum Constant and Description |
|---|
APIDEFINITION |
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).
|
| 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 APIDEFINITION
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.