public enum CatalogNamespace extends Enum<CatalogNamespace>
Enum Constant and Description |
---|
CATALOG_0_6 |
CATALOG_1_0 |
XLINK |
Modifier and Type | Method and Description |
---|---|
static CatalogNamespace |
getNamespace(String namespaceUri) |
String |
getNamespaceUri() |
Schema |
getSchema() |
InputStream |
getSchemaAsInputStream() |
String |
getSchemaLocalResourceName() |
URI |
getSchemaRemoteResourceUri() |
String |
getStandardPrefix() |
static CatalogNamespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogNamespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogNamespace CATALOG_1_0
public static final CatalogNamespace CATALOG_0_6
public static final CatalogNamespace XLINK
public static CatalogNamespace[] values()
for (CatalogNamespace c : CatalogNamespace.values()) System.out.println(c);
public static CatalogNamespace 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 static CatalogNamespace getNamespace(String namespaceUri)
public String getStandardPrefix()
public String getNamespaceUri()
public String getSchemaLocalResourceName()
public URI getSchemaRemoteResourceUri()
public InputStream getSchemaAsInputStream() throws IOException
IOException
public Schema getSchema() throws IOException, SAXException
IOException
SAXException
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.