org.hccp.pdf
Class IndirectObjectReference

java.lang.Object
  |
  +--org.hccp.pdf.IndirectObjectReference
All Implemented Interfaces:
DocumentObject

public class IndirectObjectReference
extends java.lang.Object
implements DocumentObject


Constructor Summary
IndirectObjectReference(org.hccp.pdf.Numeric objectIdentifier, org.hccp.pdf.Numeric generationNumber)
           
 
Method Summary
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndirectObjectReference

public IndirectObjectReference(org.hccp.pdf.Numeric objectIdentifier,
                               org.hccp.pdf.Numeric generationNumber)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface DocumentObject