Uses of Class
edu.harvard.hul.ois.jhove.ChecksumType
-
Packages that use ChecksumType Package Description edu.harvard.hul.ois.jhove 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 ChecksumType Modifier and Type Method Description ChecksumTypeChecksum. getType()Returns this Checksum's typestatic ChecksumTypeChecksumType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChecksumType[]ChecksumType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.harvard.hul.ois.jhove with parameters of type ChecksumType Modifier and Type Method Description voidChecksum. setType(ChecksumType type)Sets the type of this ChecksumConstructors in edu.harvard.hul.ois.jhove with parameters of type ChecksumType Constructor Description Checksum(String value, ChecksumType type)Creates a Checksum with a given value and type
-