Package net.sf.jasperreports.olap.olap4j
Class Olap4jCell
- java.lang.Object
-
- net.sf.jasperreports.olap.olap4j.Olap4jCell
-
- All Implemented Interfaces:
JROlapCell
public class Olap4jCell extends Object implements JROlapCell
- Author:
- swood
-
-
Constructor Summary
Constructors Constructor Description Olap4jCell(org.olap4j.Cell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormattedValue()ObjectgetValue()booleanisError()booleanisNull()
-
-
-
Method Detail
-
getFormattedValue
public String getFormattedValue()
- Specified by:
getFormattedValuein interfaceJROlapCell
-
getValue
public Object getValue()
- Specified by:
getValuein interfaceJROlapCell
-
isError
public boolean isError()
- Specified by:
isErrorin interfaceJROlapCell
-
isNull
public boolean isNull()
- Specified by:
isNullin interfaceJROlapCell
-
-