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 DigilibOption
Returns 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 TypeMethodDescriptionboolean
OptionsSet.hasOption
(DigilibOption opt) Return if the option opt is set.boolean
ParameterMap.hasOption
(DigilibOption opt) Returns if the option has been set.boolean
OptionsSet.setOption
(DigilibOption opt) Set the option opt.Method parameters in digilib.util with type arguments of type DigilibOption