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

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.Name

public class Name
extends StringValuedToken

Class for Tokens which represent PDF names.


Field Summary
 
Fields inherited from class edu.harvard.hul.ois.jhove.module.pdf.StringValuedToken
_rawBytes, _value
 
Constructor Summary
Name()
          Creates an instance of a Name
 
Method Summary
 boolean isPdfACompliant()
          Returns true if it's within the PDF/A implementation limit
 
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
isSimpleToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Name

public Name()
Creates an instance of a Name

Method Detail

isPdfACompliant

public boolean isPdfACompliant()
Returns true if it's within the PDF/A implementation limit

Overrides:
isPdfACompliant in class Token