Package org.opengis.cite.cat30
Enum Class SuiteAttribute
- All Implemented Interfaces:
Serializable
,Comparable<SuiteAttribute>
,Constable
An enumerated type defining ISuite attributes that may be set to constitute a shared
test fixture.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAn immutable Schema object for Atom (RFC 4287).A client component for interacting with HTTP endpoints.An immutable Schema object representing the complete CSW 3.0 schema.Sample data obtained from the IUT.A DOM Document representing an OpenSearch 1.1 description.A File containing the test subject or a description of it.A DOM Document representing the test subject or a description of it. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getName.getType()
getType.toString()
static SuiteAttribute
Returns the enum constant of this class with the specified name.static SuiteAttribute[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLIENT
A client component for interacting with HTTP endpoints. -
CSW_SCHEMA
An immutable Schema object representing the complete CSW 3.0 schema. -
ATOM_SCHEMA
An immutable Schema object for Atom (RFC 4287). -
DATASET
Sample data obtained from the IUT. -
TEST_SUBJECT
A DOM Document representing the test subject or a description of it. -
TEST_SUBJ_FILE
A File containing the test subject or a description of it. -
OPENSEARCH_DESCR
A DOM Document representing an OpenSearch 1.1 description.
-
-
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
-
getType
getType.
- Returns:
- a
Class
object
-
getName
getName.
- Returns:
- a
String
object
-
toString
- Overrides:
toString
in classEnum<SuiteAttribute>
-