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

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

The newest version!
package org.opengis.cite.gpkg12;

/**
 * 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,

	ICS;

	@Override
	public String toString() {
		return name().toLowerCase();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy