|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
Object getValue()
void setValue(Object value)
value
- the actual value for this Value object.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |