Package org.opengis.cite.geopose10
Enum Class TestRunArg
- All Implemented Interfaces:
Serializable
,Comparable<TestRunArg>
,Constable
An enumerated type defining all recognized test run arguments.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAn absolute URI that refers to a representation of the test subject for advanced tests or metadata about it.An absolute URI that refers to a representation of the test subject for basicQuaternion tests or metadata about it.An absolute URI that refers to a representation of the test subject for basicYPR tests or metadata about it.An absolute URI that refers to a representation of the test subject for chain tests or metadata about it.An absolute URI that refers to a representation of the test subject for graph tests or metadata about it.An absolute URI that refers to a representation of the test subject or metadata about it.An absolute URI that refers to a representation of the test subject for seriesRegular tests or metadata about it.An absolute URI that refers to a representation of the test subject for streamElement tests or metadata about it.An absolute URI that refers to a representation of the test subject for streamHeader tests or metadata about it.An absolute URI that refers to a representation of the test subject for streamRecord tests or metadata about it. -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static TestRunArg
Returns the enum constant of this class with the specified name.static TestRunArg[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
IUT
An absolute URI that refers to a representation of the test subject or metadata about it. -
STREAMRECORD
An absolute URI that refers to a representation of the test subject for streamRecord tests or metadata about it. -
STREAMHEADER
An absolute URI that refers to a representation of the test subject for streamHeader tests or metadata about it. -
STREAMELEMENT
An absolute URI that refers to a representation of the test subject for streamElement tests or metadata about it. -
SERIESREGULAR
An absolute URI that refers to a representation of the test subject for seriesRegular tests or metadata about it. -
GRAPH
An absolute URI that refers to a representation of the test subject for graph tests or metadata about it. -
CHAIN
An absolute URI that refers to a representation of the test subject for chain tests or metadata about it. -
ADVANCED
An absolute URI that refers to a representation of the test subject for advanced tests or metadata about it. -
BASICQuaternion
An absolute URI that refers to a representation of the test subject for basicQuaternion tests or metadata about it. -
BASICYPR
An absolute URI that refers to a representation of the test subject for basicYPR tests or metadata about it.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<TestRunArg>
-