Class DynamicFilterImpl

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

    public class DynamicFilterImpl
    extends java.lang.Object
    implements SDynamicFilter, java.io.Serializable
    DynamicFilter
    Author:
    henri
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DynamicFilterImpl​(java.lang.Double maxValue, java.lang.Double value, java.lang.String type)  
    • 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()  
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • DynamicFilterImpl

        public DynamicFilterImpl​(java.lang.Double maxValue,
                                 java.lang.Double value,
                                 java.lang.String type)