JIDE 3.5.15

com.jidesoft.pivot
Interface Value

All Known Subinterfaces:
ExpandableValue
All Known Implementing Classes:
DefaultExpandableValue, DummyValue, GrandTotalValue, RunningSummaryValue, SummaryValue

public interface Value

An interface to represent any value in pivot data model. It is used in HeaderTableModel as part of the data structure to store the data. The Value wraps the actual value and also has additional information depending on its usage, such as SummaryValue has the summary type, DefaultExpandableValue can has its own children.


Method Summary
 Object getValue()
          Gets the value.
 void setValue(Object value)
          Sets the value.
 

Method Detail

getValue

Object getValue()
Gets the value.

Returns:
the value.

setValue

void setValue(Object value)
Sets the value.

Parameters:
value - the actual value for this Value object.

JIDE 3.5.15