
org.opengis.cite.owc10.TestRunArg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-owc10 Show documentation
Show all versions of ets-owc10 Show documentation
Checks context documents for conformance against the "OGC OWS
Context Conceptual Model" specification, version 1.0 (OGC 12-080r2).
package org.opengis.cite.owc10;
/**
* 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;
@Override
public String toString() {
return name().toLowerCase();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy