|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hsmf.datatypes.PropertyValue
org.apache.poi.hsmf.datatypes.PropertyValue.CurrencyPropertyValue
public static class PropertyValue.CurrencyPropertyValue
signed 64-bit integer that represents a base ten decimal, with four digits to the right of the decimal point
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.poi.hsmf.datatypes.PropertyValue |
|---|
PropertyValue.BooleanPropertyValue, PropertyValue.CurrencyPropertyValue, PropertyValue.DoublePropertyValue, PropertyValue.FloatPropertyValue, PropertyValue.LongLongPropertyValue, PropertyValue.LongPropertyValue, PropertyValue.NullPropertyValue, PropertyValue.ShortPropertyValue, PropertyValue.TimePropertyValue |
| Field Summary |
|---|
| Fields inherited from class org.apache.poi.hsmf.datatypes.PropertyValue |
|---|
data |
| Constructor Summary | |
|---|---|
PropertyValue.CurrencyPropertyValue(MAPIProperty property,
long flags,
byte[] data)
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getValue()
|
void |
setValue(java.math.BigInteger value)
|
| Methods inherited from class org.apache.poi.hsmf.datatypes.PropertyValue |
|---|
getFlags, getProperty, setRawValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyValue.CurrencyPropertyValue(MAPIProperty property,
long flags,
byte[] data)
| Method Detail |
|---|
public java.math.BigInteger getValue()
getValue in class PropertyValuepublic void setValue(java.math.BigInteger value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||