Uses of Class
edu.harvard.hul.ois.jhove.DocumentType
-
Packages that use DocumentType Package Description edu.harvard.hul.ois.jhove 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 DocumentType Modifier and Type Method Description DocumentTypeDocument. getType()Returns one of the predefined DocumentTypes as the type of this Documentstatic DocumentTypeDocumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentType[]DocumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.harvard.hul.ois.jhove with parameters of type DocumentType Constructor Description Document(String title, DocumentType type)Creates a Document with a given title and one of the predefined DocumentTypes.
-