org.pentaho.reporting.libraries.formula.typing
Class TypeUtil

java.lang.Object
  extended by org.pentaho.reporting.libraries.formula.typing.TypeUtil

public class TypeUtil
extends Object

Todo: Document me!

Date: 16.03.2010 Time: 18:33:23

Author:
Thomas Morgner.

Method Summary
static String getParameterType(Type parameterType, Locale locale)
           
static Object[] normalize(ArrayCallback sequence)
           
static Object[] normalize(Sequence sequence)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParameterType

public static String getParameterType(Type parameterType,
                                      Locale locale)

normalize

public static Object[] normalize(Sequence sequence)
                          throws EvaluationException
Throws:
EvaluationException

normalize

public static Object[] normalize(ArrayCallback sequence)
                          throws EvaluationException
Throws:
EvaluationException