JIDE 3.5.15

com.jidesoft.pivot
Class DummyValues

java.lang.Object
  extended by com.jidesoft.pivot.DefaultValues
      extended by com.jidesoft.pivot.DummyValues
All Implemented Interfaces:
Values

public class DummyValues
extends DefaultValues

A DefaultValues represents dummy value when there is no row field (or column fields) but there are data fields in that area.


Constructor Summary
DummyValues()
           
 
Method Summary
 boolean equals(Object o)
           
 String toString()
           
 
Methods inherited from class com.jidesoft.pivot.DefaultValues
getCount, getValueAt, hashCode, toCompoundKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DummyValues

public DummyValues()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class DefaultValues

toString

public String toString()
Overrides:
toString in class DefaultValues

JIDE 3.5.15