|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.olap.data.DefaultOlapCell
public class DefaultOlapCell
DefaultOlapCell is the default cell implementation.
Field Summary | |
---|---|
protected String |
formattedValue
the cell's formatted value |
protected OlapMeasure |
measure
the cell's measure |
protected Object |
value
the cell's value |
Constructor Summary | |
---|---|
DefaultOlapCell(Object value,
OlapMeasure measure)
Constructs a DefaultOlapCell. |
|
DefaultOlapCell(Object value,
String formattedValue,
OlapMeasure measure)
Constructs a DefaultOlapCell. |
Method Summary | |
---|---|
String |
getFormattedValue()
Retrieves the formatted value as a string. |
OlapMeasure |
getMeasure()
Retrieves the measure metadata of the value. |
Object |
getValue()
Retrieves the value as a java object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Object value
protected String formattedValue
protected OlapMeasure measure
Constructor Detail |
---|
public DefaultOlapCell(Object value, OlapMeasure measure)
public DefaultOlapCell(Object value, String formattedValue, OlapMeasure measure)
Method Detail |
---|
public String getFormattedValue()
getFormattedValue
in interface OlapCell
public OlapMeasure getMeasure()
getMeasure
in interface OlapCell
public Object getValue()
getValue
in interface OlapCell
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |