
org.opengis.cite.sta10.TestRunArg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-sta10 Show documentation
Show all versions of ets-sta10 Show documentation
Conformance Test suite for SensorThings API
The newest version!
package org.opengis.cite.sta10;
/**
* An enumerated type defining all recognized test run arguments.
*/
public enum TestRunArg {
/**
* An absolute URI that refers to a representation of the test subject or metadata
* about it.
*/
IUT,
/**
* An integer value denoting the conformance level to check. A given conformance level
* includes all lower levels.
*/
ICS;
/** {@inheritDoc} */
@Override
public String toString() {
return name().toLowerCase();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy