JIDE 3.5.15

com.jidesoft.pivot
Interface Values

All Known Implementing Classes:
DefaultValues, DummyValues, GrandTotalValues, RunningSummaryValues, SummaryValues

public interface Values

An interface to represent several Values.


Method Summary
 int getCount()
          Gets the number of Values.
 Value getValueAt(int index)
          Gets the Value at the specified index.
 

Method Detail

getCount

int getCount()
Gets the number of Values.

Returns:
the number of Values.

getValueAt

Value getValueAt(int index)
Gets the Value at the specified index.

Parameters:
index - the index.
Returns:
the Value at the specified index.

JIDE 3.5.15