Serializable
, Comparable<CatalogFeatures.Feature>
, Constable
CatalogFeatures
public static enum CatalogFeatures.Feature extends Enum<CatalogFeatures.Feature>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant | 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 | Description |
---|---|---|
String |
defaultValue() |
Returns the default value of the property. |
String |
getPropertyName() |
Returns the name of the corresponding System Property. |
static CatalogFeatures.Feature |
valueOf |
Returns the enum constant of this class with the specified name. |
static CatalogFeatures.Feature[] |
values() |
Returns an array containing the constants of this enum class, 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()
public static CatalogFeatures.Feature valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getPropertyName()
public String defaultValue()
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.xml/javax/xml/catalog/CatalogFeatures.Feature.html