Class DynamicFilter
java.lang.Object
com.independentsoft.office.spreadsheet.DynamicFilter
The Class DynamicFilter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()doubleGets the max value.getType()Gets the type.doublegetValue()Gets the value.voidsetMaxValue(double maxValue)Sets the max value.voidsetType(DynamicFilterType type)Sets the type.voidsetValue(double value)Sets the value.toString()
-
Constructor Details
-
DynamicFilter
public DynamicFilter()Instantiates a new dynamic filter.
-
-
Method Details
-
clone
-
toString
-
getMaxValue
public double getMaxValue()Gets the max value.- Returns:
- the max value
-
setMaxValue
public void setMaxValue(double maxValue)Sets the max value.- Parameters:
maxValue- the new max value
-
getValue
public double getValue()Gets the value.- Returns:
- the value
-
setValue
public void setValue(double value)Sets the value.- Parameters:
value- the new value
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-