Uses of Enum Class
edu.harvard.hul.ois.jhove.DocumentType
Packages that use DocumentType
Package
Description
Contains the classes needed for building a JHOVE application.
-
Uses of DocumentType in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return DocumentTypeModifier and TypeMethodDescriptionDocument.getType()Returns one of the predefined DocumentTypes as the type of this Documentstatic DocumentTypeReturns the enum constant of this class with the specified name.static DocumentType[]DocumentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.harvard.hul.ois.jhove with parameters of type DocumentTypeModifierConstructorDescriptionDocument(String title, DocumentType type) Creates a Document with a given title and one of the predefined DocumentTypes.