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