Package de.latlon.ets.wms13.core
Enum Class TestRunArg
- All Implemented Interfaces:
Serializable,Comparable<TestRunArg>,Constable
An enumerated type defining all recognized test run arguments.
- Author:
- Lyn Goltz
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiontrueif the interactive test for metadata content in english language is passed,falseotherwisetrueif the interactive test for GetFeatureInfo exceptions in english language is passed,falseotherwisetrueif the interactive test for GetFeatureInfo response in english language is passed,falseotherwisetrueif the interactive test for GetMap response in english language is passed,falseotherwiseAn absolute URI that specifies the location of the test execution service at which the base WMS test suite is available.trueif the WMS contains vector data layers,falseotherwiseAn absolute URI referring to metadata about the WMS implementation under test. -
Method Summary
Modifier and TypeMethodDescriptiontoString()static TestRunArgReturns the enum constant of this class with the specified name.static TestRunArg[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WMS
An absolute URI referring to metadata about the WMS implementation under test. This is expected to be a WMS 1.3.0 capabilities document where the document element ishttp://www.opengis.net/wmsWMS_Capabilities}. -
TES
An absolute URI that specifies the location of the test execution service at which the base WMS test suite is available. If not specified, the OGC beta installation will be used. -
VECTOR
trueif the WMS contains vector data layers,falseotherwise -
CAPABILITIES_IN_ENGLISH
trueif the interactive test for metadata content in english language is passed,falseotherwise -
GETFEATUREINFO_IN_ENGLISH
trueif the interactive test for GetFeatureInfo response in english language is passed,falseotherwise -
GETFEATUREINFO_EXCEPTION_IN_ENGLISH
trueif the interactive test for GetFeatureInfo exceptions in english language is passed,falseotherwise -
GETMAP_EXCEPTION_IN_ENGLISH
trueif the interactive test for GetMap response in english language is passed,falseotherwise
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<TestRunArg>
-