- All Implemented Interfaces:
Serializable
,Comparable<CatalogFeatures.Feature>
,Constable
- Enclosing class:
CatalogFeatures
A Feature type as defined in the
Catalog Features table.
-
Nested Class Summary
Nested classes/interfaces declared in class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThejavax.xml.catalog.defer
property as described in item DEFER of the Catalog Features table.Thejavax.xml.catalog.files
property as described in item FILES of the Catalog Features table.Thejavax.xml.catalog.prefer
property as described in item PREFER of the Catalog Features table.Thejavax.xml.catalog.resolve
property as described in item RESOLVE of the Catalog Features table. -
Method Summary
Modifier and TypeMethodDescriptionReturns the default value of the property.Returns the name of the corresponding System Property.static CatalogFeatures.Feature
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.
-
Enum Constant Details
-
FILES
Thejavax.xml.catalog.files
property as described in item FILES of the Catalog Features table. -
PREFER
Thejavax.xml.catalog.prefer
property as described in item PREFER of the Catalog Features table. -
DEFER
Thejavax.xml.catalog.defer
property as described in item DEFER of the Catalog Features table. -
RESOLVE
Thejavax.xml.catalog.resolve
property as described in item RESOLVE of the Catalog Features table.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getPropertyName
Returns the name of the corresponding System Property.- Returns:
- the name of the System Property
-
defaultValue
Returns the default value of the property.- Returns:
- the default value of the property
-