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 String
getFormattedValue()
Object
getValue()
boolean
isError()
boolean
isNull()
-
-
-
Method Detail
-
getFormattedValue
public String getFormattedValue()
- Specified by:
getFormattedValue
in interfaceJROlapCell
-
getValue
public Object getValue()
- Specified by:
getValue
in interfaceJROlapCell
-
isError
public boolean isError()
- Specified by:
isError
in interfaceJROlapCell
-
isNull
public boolean isNull()
- Specified by:
isNull
in interfaceJROlapCell
-
-