|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.crosstabs.fill.calculation.BucketDefinition.Bucket
public class BucketDefinition.Bucket
Bucket value class.
| Constructor Summary | |
|---|---|
protected |
BucketDefinition.Bucket(byte type)
Creates a bucket for a value type. |
protected |
BucketDefinition.Bucket(Object value)
Creates a bucket for a value. |
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
Object |
getValue()
Returns the bucket value. |
int |
hashCode()
|
boolean |
isTotal()
Decides whether this is a total bucket. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected BucketDefinition.Bucket(byte type)
type - the value typeprotected BucketDefinition.Bucket(Object value)
value - the value| Method Detail |
|---|
public Object getValue()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic int compareTo(Object o)
compareTo in interface Comparable<Object>public boolean isTotal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||