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

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

public static class PropertyValue.BooleanPropertyValue
extends PropertyValue


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.BooleanPropertyValue(MAPIProperty property, long flags, byte[] data)
           
 
Method Summary
 java.lang.Boolean getValue()
           
 void setValue(boolean 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.BooleanPropertyValue

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

getValue

public java.lang.Boolean getValue()
Overrides:
getValue in class PropertyValue

setValue

public void setValue(boolean value)


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