Package org.apache.poi.hwpf.model
Class PropertyModifier
- java.lang.Object
-
- org.apache.poi.hwpf.model.PropertyModifier
-
- All Implemented Interfaces:
java.lang.Cloneable
@Internal public final class PropertyModifier extends java.lang.Object implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description PropertyModifier(short value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
short
getIgrpprl()
"Index to a grpprl stored in CLX portion of file"short
getIsprm()
short
getVal()
short
getValue()
int
hashCode()
boolean
isComplex()
java.lang.String
toString()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
getIgrpprl
public short getIgrpprl()
"Index to a grpprl stored in CLX portion of file"
-
getIsprm
public short getIsprm()
-
getVal
public short getVal()
-
getValue
public short getValue()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
isComplex
public boolean isComplex()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-