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 boolean
equals(java.lang.Object obj)
int
hashCode()
boolean
isEmpty()
java.lang.String
toString()
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
isEmpty
public boolean isEmpty()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classFRDAbstractType
-
-