Uses of Enum
digilib.conf.DigilibOption
Packages that use DigilibOption
-
Uses of DigilibOption in digilib.conf
Methods in digilib.conf that return DigilibOptionModifier and TypeMethodDescriptionstatic DigilibOptionReturns the enum constant of this type with the specified name.static DigilibOption[]DigilibOption.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DigilibOption in digilib.util
Methods in digilib.util that return types with arguments of type DigilibOptionMethods in digilib.util with parameters of type DigilibOptionModifier and TypeMethodDescriptionbooleanOptionsSet.hasOption(DigilibOption opt) Return if the option opt is set.booleanParameterMap.hasOption(DigilibOption opt) Returns if the option has been set.booleanOptionsSet.setOption(DigilibOption opt) Set the option opt.Method parameters in digilib.util with type arguments of type DigilibOption