| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.harvard.hul.ois.jhove.EnumerationType
edu.harvard.hul.ois.jhove.DocumentType
public final class DocumentType
This class defines enumerated types for a Document. Applications will not create or modify DocumentTypes, but will use one of the predefined DocumentType instances ARTICLE, BOOK, REPORT, RFC, STANDARD, WEB, or OTHER.
Document| Field Summary | |
|---|---|
| static DocumentType | ARTICLEDocument type for a printed article. | 
| static DocumentType | BOOKDocument type for an book. | 
| static DocumentType | OTHERDocument type that doesn't fit the other categories. | 
| static DocumentType | REPORTDocument type for a report. | 
| static DocumentType | RFCDocument type for an IETF Request for Comment. | 
| static DocumentType | STANDARDDocument type for a standards body publication. | 
| static DocumentType | WEBDocument type for a Web page. | 
| Method Summary | 
|---|
| Methods inherited from class edu.harvard.hul.ois.jhove.EnumerationType | 
|---|
| equals, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final DocumentType ARTICLE
public static final DocumentType BOOK
public static final DocumentType REPORT
public static final DocumentType RFC
public static final DocumentType STANDARD
public static final DocumentType WEB
public static final DocumentType OTHER
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||