Package net.sf.jasperreports.olap.result
Interface JROlapCell
-
- All Known Implementing Classes:
JRMondrianCell
,JRXmlaCell
,Olap4jCell
public interface JROlapCell
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFormattedValue()
Object
getValue()
boolean
isError()
boolean
isNull()
-