org.opengis.cite.cat30.TestRunArg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-cat30 Show documentation
Show all versions of ets-cat30 Show documentation
Checks a catalogue service implementation for conformance to
"OGC Catalogue Services 3.0 Specification -- HTTP Protocol Binding" (OGC
12-176r6) and related specifications.
package org.opengis.cite.cat30;
/**
* 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