org.apache.poi.hsmf.datatypes
Class PropertyValue.CurrencyPropertyValue

java.lang.Object
  extended by org.apache.poi.hsmf.datatypes.PropertyValue
      extended by org.apache.poi.hsmf.datatypes.PropertyValue.CurrencyPropertyValue
Enclosing class:
PropertyValue

public static class PropertyValue.CurrencyPropertyValue
extends PropertyValue

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

PropertyValue.CurrencyPropertyValue

public PropertyValue.CurrencyPropertyValue(MAPIProperty property,
                                           long flags,
                                           byte[] data)
Method Detail

getValue

public java.math.BigInteger getValue()
Overrides:
getValue in class PropertyValue

setValue

public void setValue(java.math.BigInteger value)


Copyright 2016 The Apache Software Foundation or its licensors, as applicable.