Uses of Class
cdc.util.data.tools.XmlNormalizer.MainArgs.Feature
-
Packages that use XmlNormalizer.MainArgs.Feature Package Description cdc.util.data.tools -
-
Uses of XmlNormalizer.MainArgs.Feature in cdc.util.data.tools
Fields in cdc.util.data.tools with type parameters of type XmlNormalizer.MainArgs.Feature Modifier and Type Field Description protected FeatureMask<XmlNormalizer.MainArgs.Feature>XmlNormalizer.MainArgs. featuresMethods in cdc.util.data.tools that return XmlNormalizer.MainArgs.Feature Modifier and Type Method Description static XmlNormalizer.MainArgs.FeatureXmlNormalizer.MainArgs.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlNormalizer.MainArgs.Feature[]XmlNormalizer.MainArgs.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.util.data.tools with parameters of type XmlNormalizer.MainArgs.Feature Modifier and Type Method Description booleanXmlNormalizer.MainArgs. isEnabled(XmlNormalizer.MainArgs.Feature feature)voidXmlNormalizer.MainArgs. setEnabled(XmlNormalizer.MainArgs.Feature feature, boolean enabled)
-