Package org.apache.poi.hwpf.model
Class FootnoteReferenceDescriptor
- java.lang.Object
 - 
- org.apache.poi.hwpf.model.types.FRDAbstractType
 - 
- org.apache.poi.hwpf.model.FootnoteReferenceDescriptor
 
 
 
- 
- All Implemented Interfaces:
 java.lang.Cloneable
@Internal public final class FootnoteReferenceDescriptor extends FRDAbstractType implements java.lang.Cloneable
 
- 
- 
Constructor Summary
Constructors Constructor Description FootnoteReferenceDescriptor()FootnoteReferenceDescriptor(byte[] data, int offset) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()booleanisEmpty()java.lang.StringtoString()- 
Methods inherited from class org.apache.poi.hwpf.model.types.FRDAbstractType
getNAuto, getSize, serialize, setNAuto 
 - 
 
 - 
 
- 
- 
Method Detail
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
isEmpty
public boolean isEmpty()
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classFRDAbstractType
 
 - 
 
 -