|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.olap.model.impl.CellBase com.tonbeller.jpivot.mondrian.MondrianCell
public class MondrianCell
Cell Inplementation for Mondrian
Field Summary |
---|
Fields inherited from class com.tonbeller.jpivot.olap.model.impl.CellBase |
---|
formattedValue |
Constructor Summary | |
---|---|
protected |
MondrianCell(mondrian.olap.Cell monCell,
MondrianModel model)
Constructor |
Method Summary | |
---|---|
NumberFormat |
getFormat()
If the cells value represents a java.lang.Number, return its format. |
mondrian.olap.Cell |
getMonCell()
|
java.lang.Object |
getValue()
return the value of the cell |
boolean |
isNull()
true if the cell is null |
Methods inherited from class com.tonbeller.jpivot.olap.model.impl.CellBase |
---|
accept, addProperty, getFormattedValue, getProperties, getProperty, getRootDecoree, setFormattedValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MondrianCell(mondrian.olap.Cell monCell, MondrianModel model)
Method Detail |
---|
public java.lang.Object getValue()
Cell
getValue
in interface Cell
getValue
in class CellBase
Cell.getValue()
public boolean isNull()
Cell
isNull
in interface Cell
isNull
in class CellBase
Cell.isNull()
public NumberFormat getFormat()
Cell
getFormat
in interface Cell
getFormat
in class CellBase
Cell.getFormat()
public mondrian.olap.Cell getMonCell()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |