Class Top
java.lang.Object
com.independentsoft.office.spreadsheet.Top
The Class Top.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()doubleGets the filter value.doublegetValue()Gets the value.booleanChecks if is filter by percent.booleanChecks if is top order.voidsetFilterByPercent(boolean filterByPercent)Sets the filter by percent.voidsetFilterValue(double filterValue)Sets the filter value.voidsetTopOrder(boolean isTopOrder)Sets the top order.voidsetValue(double value)Sets the value.toString()
-
Constructor Details
-
Top
public Top()Instantiates a new top.
-
-
Method Details
-
clone
-
toString
-
getFilterValue
public double getFilterValue()Gets the filter value.- Returns:
- the filter value
-
setFilterValue
public void setFilterValue(double filterValue)Sets the filter value.- Parameters:
filterValue- the new filter 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
-
isFilterByPercent
public boolean isFilterByPercent()Checks if is filter by percent.- Returns:
- true, if is filter by percent
-
setFilterByPercent
public void setFilterByPercent(boolean filterByPercent)Sets the filter by percent.- Parameters:
filterByPercent- the new filter by percent
-
isTopOrder
public boolean isTopOrder()Checks if is top order.- Returns:
- true, if is top order
-
setTopOrder
public void setTopOrder(boolean isTopOrder)Sets the top order.- Parameters:
isTopOrder- the new top order
-