Uses of Enum Class
edu.harvard.hul.ois.jhove.ChecksumType
Packages that use ChecksumType
Package
Description
Contains the classes needed for building a JHOVE application.
-
Uses of ChecksumType in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return ChecksumTypeModifier and TypeMethodDescriptionChecksum.getType()Returns this Checksum's typestatic ChecksumTypeReturns the enum constant of this class with the specified name.static ChecksumType[]ChecksumType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.harvard.hul.ois.jhove with parameters of type ChecksumTypeModifier and TypeMethodDescriptionvoidChecksum.setType(ChecksumType type) Sets the type of this ChecksumConstructors in edu.harvard.hul.ois.jhove with parameters of type ChecksumTypeModifierConstructorDescriptionChecksum(String value, ChecksumType type) Creates a Checksum with a given value and type