Uses of Enum Class
javax.xml.catalog.CatalogFeatures.Feature
Packages that use CatalogFeatures.Feature
-
Uses of CatalogFeatures.Feature in javax.xml.catalog
Methods in javax.xml.catalog that return CatalogFeatures.Feature修饰符和类方法描述static CatalogFeatures.Feature
Returns the enum constant of this class with the specified name.static CatalogFeatures.Feature[]
CatalogFeatures.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in javax.xml.catalog with parameters of type CatalogFeatures.Feature修饰符和类方法描述CatalogFeatures.get
(CatalogFeatures.Feature cf) Returns the value of the specified feature.CatalogFeatures.Builder.with
(CatalogFeatures.Feature feature, String value) Sets the value to a specified Feature.