public enum TestRunArg extends Enum<TestRunArg>
| Enum Constant and Description |
|---|
DP_XML_URI |
ECHO_PROCESS_ID |
EX_ANC_XML_URI |
EX_ATO_XML_URI |
EX_SNC_XML_URI |
GC_XML_URI |
IUT
An absolute URI that refers to a representation of the test subject or
metadata about it.
|
SERVICE_URL |
| 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 SERVICE_URL
public static final TestRunArg ECHO_PROCESS_ID
public static final TestRunArg GC_XML_URI
public static final TestRunArg DP_XML_URI
public static final TestRunArg EX_SNC_XML_URI
public static final TestRunArg EX_ANC_XML_URI
public static final TestRunArg EX_ATO_XML_URI
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.