public enum SuiteAttribute extends Enum<SuiteAttribute>
| Enum Constant and Description |
|---|
CLIENT
A client component for interacting with HTTP endpoints.
|
CUSTOM_SCHEMAS
A
Set<String> containing custom schema (kml:Schema) identifiers. |
KML_VERSION
The version of the KML document.
|
KML22_SCHEMA
An immutable Schema object representing the complete KML 2.2 schema.
|
KML23_SCHEMA
An immutable Schema object for KML 2.3 (XML Schema 1.1 grammmar).
|
LEVEL
An integer (1-3) indicating the level of conformance assessment.
|
SHARED_STYLES
A
Set<String> containing shared style identifiers. |
TEST_SUBJECT
A DOM Document representation of the test subject or metadata about it.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class |
getType() |
String |
toString() |
static SuiteAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuiteAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuiteAttribute CLIENT
public static final SuiteAttribute KML22_SCHEMA
public static final SuiteAttribute KML23_SCHEMA
public static final SuiteAttribute KML_VERSION
public static final SuiteAttribute TEST_SUBJECT
public static final SuiteAttribute LEVEL
public static final SuiteAttribute SHARED_STYLES
Set<String> containing shared style identifiers.public static final SuiteAttribute CUSTOM_SCHEMAS
Set<String> containing custom schema (kml:Schema) identifiers.public static SuiteAttribute[] values()
for (SuiteAttribute c : SuiteAttribute.values()) System.out.println(c);
public static SuiteAttribute valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Class getType()
public String getName()
public String toString()
toString in class Enum<SuiteAttribute>Copyright © 2016 Open Geospatial Consortium. All rights reserved.