at.knowcenter.wag.exactparser.parsing
Class IndirectObjectReference

java.lang.Object
  extended by at.knowcenter.wag.exactparser.parsing.IndirectObjectReference

public class IndirectObjectReference
extends Object

The IndirectObjectReference class completely holds a so called object identifier of an indirect object.

An indirect object is an object not contained within another object. In accordance, a direct object is structurally part of another object. For example, a direct String object that is the value of some key in a dictionary object.

An object identifier uniquely identifies a specific indirect object by the object number and the generation number. In PDF such an object identifier may be used to reference to the object.

Author:
wprinz

Field Summary
 int generation_number
           
 int object_number
           
 
Constructor Summary
IndirectObjectReference()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

object_number

public int object_number

generation_number

public int generation_number
Constructor Detail

IndirectObjectReference

public IndirectObjectReference()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.