org.apache.poi.hpsf
Class MutableProperty

java.lang.Object
  extended by org.apache.poi.hpsf.Property
      extended by org.apache.poi.hpsf.MutableProperty
Direct Known Subclasses:
CustomProperty

Deprecated. POI 3.16 - use Property as base class instead

@Removal(version="3.18")
public class MutableProperty
extends Property

Adds writing capability to the Property class.

Please be aware that this class' functionality will be merged into the Property class at a later time, so the API will change.


Constructor Summary
MutableProperty()
          Deprecated.  
MutableProperty(Property p)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.poi.hpsf.Property
equals, getID, getSize, getType, getValue, hashCode, readDictionary, setID, setType, setValue, toString, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableProperty

public MutableProperty()
Deprecated. 

MutableProperty

public MutableProperty(Property p)
Deprecated. 


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