public enum SuiteAttribute extends Enum<SuiteAttribute>
Enum Constant and Description |
---|
GML
A File containing GML data.
|
SCHEMA
An immutable XML Schema object representing a set of constraints defined
in some grammar-based schema language.
|
SCHEMA_INFO
Provides information about the types of geographic content in an
application schema.
|
SCHEMA_LOC_SET
A
Set<URI> specifying the locations of XML Schema grammars. |
SCHEMATRON
An absolute URI referring to a Schematron schema.
|
XSMODEL
Contains the XML Schema components comprising an application schema.
|
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 SCHEMA_LOC_SET
Set<URI>
specifying the locations of XML Schema grammars.public static final SuiteAttribute SCHEMA
public static final SuiteAttribute GML
public static final SuiteAttribute SCHEMATRON
public static final SuiteAttribute XSMODEL
public static final SuiteAttribute SCHEMA_INFO
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 © 2020 Open Geospatial Consortium. All rights reserved.