Style Intelligence v12.0

inetsoft.report.filter
Class NthSmallestFormula

java.lang.Object
  extended by inetsoft.report.filter.NthLargestFormula
      extended by inetsoft.report.filter.NthSmallestFormula
All Implemented Interfaces:
Formula, Serializable, Cloneable

public class NthSmallestFormula
extends NthLargestFormula

Calculate the nth smallest value in a column.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class inetsoft.report.filter.NthLargestFormula
vs
 
Fields inherited from interface inetsoft.report.filter.Formula
__NULL__
 
Constructor Summary
NthSmallestFormula(int n)
          Create a formula to get the nth largest value.
 
Method Summary
 Object clone()
          Clone this formula.
protected  NthLargestFormula createNthFormula(int n)
           
 String getDisplayName()
          Get formula display name.
 String getName()
          Get formula name.
 
Methods inherited from class inetsoft.report.filter.NthLargestFormula
addValue, addValue, addValue, addValue, addValue, addValue, addValue, getDoubleResult, getResult, isDefaultResult, reset, setDefaultResult
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NthSmallestFormula

public NthSmallestFormula(int n)
Create a formula to get the nth largest value.

Parameters:
n - this value starts at 1 for the largest value.
Method Detail

clone

public Object clone()
Description copied from interface: Formula
Clone this formula. This may or may not copy the values from this formula.

Specified by:
clone in interface Formula
Overrides:
clone in class NthLargestFormula

createNthFormula

protected NthLargestFormula createNthFormula(int n)
Overrides:
createNthFormula in class NthLargestFormula

getDisplayName

public String getDisplayName()
Get formula display name.

Specified by:
getDisplayName in interface Formula
Overrides:
getDisplayName in class NthLargestFormula

getName

public String getName()
Get formula name.

Specified by:
getName in interface Formula
Overrides:
getName in class NthLargestFormula

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.