edu.harvard.hul.ois.jhove.module.pdf
Class Keyword

java.lang.Object
  extended by edu.harvard.hul.ois.jhove.module.pdf.Token
      extended by edu.harvard.hul.ois.jhove.module.pdf.StringValuedToken
          extended by edu.harvard.hul.ois.jhove.module.pdf.Keyword

public class Keyword
extends StringValuedToken

Class for Tokens which represent PDF keywords.


Field Summary
 
Fields inherited from class edu.harvard.hul.ois.jhove.module.pdf.StringValuedToken
_rawBytes, _value
 
Constructor Summary
Keyword()
          Creates an instance of a Keyword
 
Method Summary
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.pdf.StringValuedToken
getRawBytes, getValue, setValue
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.pdf.Token
isPdfACompliant, isSimpleToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Keyword

public Keyword()
Creates an instance of a Keyword