Package net.sf.jasperreports.olap.xmla
Class JRXmlaCell
- java.lang.Object
-
- net.sf.jasperreports.olap.xmla.JRXmlaCell
-
- All Implemented Interfaces:
JROlapCell
public class JRXmlaCell extends Object implements JROlapCell
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description JRXmlaCell(Object value, String formattedValue)
-
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
-
-