at.knowcenter.wag.exactparser.parsing.results
Class ObjectHeaderParseResult

java.lang.Object
  extended by at.knowcenter.wag.exactparser.parsing.results.ParseResult
      extended by at.knowcenter.wag.exactparser.parsing.results.ObjectHeaderParseResult

public class ObjectHeaderParseResult
extends ParseResult

The ParseResult of a parsing an object header.

Note that this information regards only the object header and not the contents of the object itself. (meaning: next points to the contents and not to the end of the whole object)

Author:
Administrator

Field Summary
 int generation_number
          The object's generation number.
 int object_number
          The object's object number.
 
Fields inherited from class at.knowcenter.wag.exactparser.parsing.results.ParseResult
next_index, start_index
 
Constructor Summary
ObjectHeaderParseResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object_number

public int object_number
The object's object number.


generation_number

public int generation_number
The object's generation number.

Constructor Detail

ObjectHeaderParseResult

public ObjectHeaderParseResult()


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