| Package | Description |
|---|---|
| edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
Document.getType()
Returns one of the predefined DocumentTypes as the type of
this Document
|
static DocumentType |
DocumentType.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.
|
| Constructor and Description |
|---|
Document(String title,
DocumentType type)
Creates a Document with a given title and one of the predefined
DocumentTypes.
|
Copyright © 2008–2019 The Open Preservation Foundation. All rights reserved.