Package org.apache.poi.hwpf.model
Class SEPX
- java.lang.Object
-
- org.apache.poi.hwpf.model.PropertyNode<SEPX>
-
- org.apache.poi.hwpf.model.SEPX
-
- All Implemented Interfaces:
java.lang.Cloneable
,java.lang.Comparable<SEPX>
@Internal public final class SEPX extends PropertyNode<SEPX>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.poi.hwpf.model.PropertyNode
PropertyNode.EndComparator, PropertyNode.StartComparator
-
-
Constructor Summary
Constructors Constructor Description SEPX(SectionDescriptor sed, int start, int end, byte[] grpprl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
byte[]
getGrpprl()
SectionDescriptor
getSectionDescriptor()
SectionProperties
getSectionProperties()
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
adjustForDelete, clone, compareTo, getEnd, getStart, setEnd, setStart
-
-
-
-
Constructor Detail
-
SEPX
public SEPX(SectionDescriptor sed, int start, int end, byte[] grpprl)
-
-
Method Detail
-
getGrpprl
public byte[] getGrpprl()
-
getSectionDescriptor
public SectionDescriptor getSectionDescriptor()
-
getSectionProperties
public SectionProperties getSectionProperties()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classPropertyNode<SEPX>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPropertyNode<SEPX>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-