public static enum CatalogFeatures.Feature extends Enum<CatalogFeatures.Feature>
Enum Constant and Description |
---|
DEFER
The
javax.xml.catalog.defer property as described in
item DEFER of the
Catalog Features table. |
FILES
The
javax.xml.catalog.files property as described in
item FILES of the
Catalog Features table. |
PREFER
The
javax.xml.catalog.prefer property as described in
item PREFER of the
Catalog Features table. |
RESOLVE
The
javax.xml.catalog.resolve property as described in
item RESOLVE of the
Catalog Features table. |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName()
Returns the name of the corresponding System Property.
|
static CatalogFeatures.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogFeatures.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogFeatures.Feature FILES
javax.xml.catalog.files
property as described in
item FILES of the
Catalog Features table.public static final CatalogFeatures.Feature PREFER
javax.xml.catalog.prefer
property as described in
item PREFER of the
Catalog Features table.public static final CatalogFeatures.Feature DEFER
javax.xml.catalog.defer
property as described in
item DEFER of the
Catalog Features table.public static final CatalogFeatures.Feature RESOLVE
javax.xml.catalog.resolve
property as described in
item RESOLVE of the
Catalog Features table.public static CatalogFeatures.Feature[] values()
for (CatalogFeatures.Feature c : CatalogFeatures.Feature.values()) System.out.println(c);
public static CatalogFeatures.Feature 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 String getPropertyName()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait