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 java.lang.Object implements JROlapCell
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description JRXmlaCell(java.lang.Object value, java.lang.String formattedValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFormattedValue()java.lang.ObjectgetValue()booleanisError()booleanisNull()
-
-
-
Method Detail
-
getFormattedValue
public java.lang.String getFormattedValue()
- Specified by:
getFormattedValuein interfaceJROlapCell
-
getValue
public java.lang.Object getValue()
- Specified by:
getValuein interfaceJROlapCell
-
isError
public boolean isError()
- Specified by:
isErrorin interfaceJROlapCell
-
isNull
public boolean isNull()
- Specified by:
isNullin interfaceJROlapCell
-
-