|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.harvard.hul.ois.jhove.EnumerationType | +--edu.harvard.hul.ois.jhove.SignatureType
This class defines enumerated types for a Signature in a module. Applications will not create or modify SignatureTypes, but will use one of the predefined SignatureType instances EXTENSION, FILETYPE, or MAGIC.
Signature
Field Summary | |
static SignatureType |
EXTENSION
Signature type for a file extension, i.e., a sequence of characters following a period character in a file name. |
static SignatureType |
FILETYPE
Signature type for a Macintosh OS file type. |
static SignatureType |
MAGIC
Signature type for a "magic number" stored in the file. |
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 SignatureType EXTENSION
public static final SignatureType FILETYPE
public static final SignatureType MAGIC
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |