Class StaticArrayCallback
java.lang.Object
org.pentaho.reporting.libraries.formula.typing.StaticArrayCallback
- All Implemented Interfaces:
ArrayCallback
An array call-back that copies all contents of the source into a private buffer.
- Author:
- Thomas Morgner
-
Constructor Details
-
StaticArrayCallback
- Throws:
EvaluationException
-
-
Method Details
-
getRaw
- Specified by:
getRaw
in interfaceArrayCallback
- Throws:
EvaluationException
-
getValue
- Specified by:
getValue
in interfaceArrayCallback
- Throws:
EvaluationException
-
getType
- Specified by:
getType
in interfaceArrayCallback
- Throws:
EvaluationException
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCount
in interfaceArrayCallback
-
getRowCount
public int getRowCount()- Specified by:
getRowCount
in interfaceArrayCallback
-