Package org.apache.poi.hwpf.model
Class GenericPropertyNode
- java.lang.Object
-
- org.apache.poi.hwpf.model.PropertyNode<GenericPropertyNode>
-
- org.apache.poi.hwpf.model.GenericPropertyNode
-
- All Implemented Interfaces:
java.lang.Comparable<GenericPropertyNode>,org.apache.poi.common.Duplicatable
@Internal public final class GenericPropertyNode extends PropertyNode<GenericPropertyNode>
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwpf.model.PropertyNode
EndComparator, StartComparator
-
-
Constructor Summary
Constructors Constructor Description GenericPropertyNode(int start, int end, byte[] buf)GenericPropertyNode(GenericPropertyNode other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericPropertyNodecopy()byte[]getBytes()java.lang.StringtoString()-
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
adjustForDelete, compareTo, equals, getEnd, getStart, hashCode, setEnd, setStart
-
-
-
-
Constructor Detail
-
GenericPropertyNode
public GenericPropertyNode(GenericPropertyNode other)
-
GenericPropertyNode
public GenericPropertyNode(int start, int end, byte[] buf)
-
-
Method Detail
-
getBytes
public byte[] getBytes()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
copy
public GenericPropertyNode copy()
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classPropertyNode<GenericPropertyNode>
-
-