All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opengis.cite.owc10.TestRunArg Maven / Gradle / Ivy

Go to download

Checks context documents for conformance against the "OGC OWS Context Conceptual Model" specification, version 1.0 (OGC 12-080r2).

There is a newer version: 0.2
Show newest version
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