Class XSSFDynamicFilter

  • All Implemented Interfaces:
    java.io.Serializable, DynamicFilter

    public class XSSFDynamicFilter
    extends java.lang.Object
    implements DynamicFilter, java.io.Serializable
    Since:
    3.9.11
    Author:
    henri
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getMaxValue()  
      java.lang.String getType()  
      java.lang.Double getValue()  
      void setProperties​(java.lang.Double maxValue, java.lang.Double value, java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setProperties

        public void setProperties​(java.lang.Double maxValue,
                                  java.lang.Double value,
                                  java.lang.String type)
        Specified by:
        setProperties in interface DynamicFilter