Package Summary Overview Summary |
Serializable
, Comparable<CatalogFeatures.Feature>
public static enum CatalogFeatures.Feature extends Enum<CatalogFeatures.Feature>
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(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 name NullPointerException
- if the argument is null public String getPropertyName()
public String defaultValue()
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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-ea+159
© 2017 Oracle Corporation and/or its affiliates