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