org.apache.poi.hwpf.model
Class GenericPropertyNode

java.lang.Object
  extended by org.apache.poi.hwpf.model.PropertyNode
      extended by org.apache.poi.hwpf.model.GenericPropertyNode
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable

public final class GenericPropertyNode
extends PropertyNode


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.poi.hwpf.model.PropertyNode
PropertyNode.EndComparator, PropertyNode.StartComparator
 
Constructor Summary
GenericPropertyNode(int start, int end, byte[] buf)
           
 
Method Summary
 byte[] getBytes()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
adjustForDelete, clone, compareTo, equals, getEnd, getStart, hashCode, setEnd, setStart
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericPropertyNode

public GenericPropertyNode(int start,
                           int end,
                           byte[] buf)
Method Detail

getBytes

public byte[] getBytes()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object