Class 
Use 
SUMMARY: NESTED | ENUM CONSTANTS | METHOD      DETAIL: ENUM CONSTANTS | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

java.xml / javax.xml.catalog
Enum CatalogFeatures.Feature
java.lang.Object
  java.lang.Enum<CatalogFeatures.Feature>
      javax.xml.catalog.CatalogFeatures.Feature
All Implemented Interfaces:
Serializable, Comparable<CatalogFeatures.Feature>, Constable
Enclosing class:
CatalogFeatures

public static enum CatalogFeatures.Feature
extends Enum<CatalogFeatures.Feature>
A Feature type as defined in the Catalog Features table.

Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Enum Constant Summary
The javax.xml.catalog.defer property as described in item DEFER of the Catalog Features table.
The javax.xml.catalog.files property as described in item FILES of the Catalog Features table.
The javax.xml.catalog.prefer property as described in item PREFER of the Catalog Features table.
The javax.xml.catalog.resolve property as described in item RESOLVE of the Catalog Features table.
Method Summary
Returns the default value of the property.
Returns the name of the corresponding System Property.
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
Enum Constant Detail
FILES
public static final CatalogFeatures.Feature FILES
The javax.xml.catalog.files property as described in item FILES of the Catalog Features table.

PREFER
public static final CatalogFeatures.Feature PREFER
The javax.xml.catalog.prefer property as described in item PREFER of the Catalog Features table.

DEFER
public static final CatalogFeatures.Feature DEFER
The javax.xml.catalog.defer property as described in item DEFER of the Catalog Features table.

RESOLVE
public static final CatalogFeatures.Feature RESOLVE
The javax.xml.catalog.resolve property as described in item RESOLVE of the Catalog Features table.
Method Detail
values
static CatalogFeatures.Feature[] values
()

valueOf
(String name)

getPropertyName
String getPropertyName
()
Returns the name of the corresponding System Property.
Returns:
the name of the System Property

defaultValue
String defaultValue
()
Returns the default value of the property.
Returns:
the default value of the property

 Class 
Use 
SUMMARY: NESTED | ENUM CONSTANTS | METHOD      DETAIL: ENUM CONSTANTS | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz