Package org.apache.poi.hwpf.model
Class PropertyModifier
- java.lang.Object
-
- org.apache.poi.hwpf.model.PropertyModifier
-
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable
@Internal public final class PropertyModifier extends java.lang.Object implements org.apache.poi.common.Duplicatable
-
-
Constructor Summary
Constructors Constructor Description PropertyModifier(short value)PropertyModifier(PropertyModifier other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyModifiercopy()booleanequals(java.lang.Object obj)shortgetIgrpprl()"Index to a grpprl stored in CLX portion of file"shortgetIsprm()shortgetVal()shortgetValue()inthashCode()booleanisComplex()java.lang.StringtoString()
-
-
-
Constructor Detail
-
PropertyModifier
public PropertyModifier(short value)
-
PropertyModifier
public PropertyModifier(PropertyModifier other)
-
-
Method Detail
-
copy
public PropertyModifier copy()
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin 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:
hashCodein classjava.lang.Object
-
isComplex
public boolean isComplex()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-