public enum TestRunArg extends Enum<TestRunArg>
| Enum Constant and Description |
|---|
ADVANCED |
BASICQuaternion |
BASICYPR |
CHAIN |
GRAPH |
IUT
An absolute URI that refers to a representation of the test subject or
metadata about it.
|
SERIESREGULAR |
STREAMELEMENT |
STREAMHEADER |
STREAMRECORD |
| 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 STREAMRECORD
public static final TestRunArg STREAMHEADER
public static final TestRunArg STREAMELEMENT
public static final TestRunArg SERIESREGULAR
public static final TestRunArg GRAPH
public static final TestRunArg CHAIN
public static final TestRunArg ADVANCED
public static final TestRunArg BASICQuaternion
public static final TestRunArg BASICYPR
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.