net.sf.jasperreports.engine.util
Class FormatUtils

java.lang.Object
  extended by net.sf.jasperreports.engine.util.FormatUtils

public class FormatUtils
extends java.lang.Object

Version:
$Id: FormatUtils.java 4719 2011-10-19 14:16:13Z narcism $
Author:
Narcis Marcu (narcism@users.sourceforge.net)

Constructor Summary
FormatUtils()
           
 
Method Summary
static java.util.Date getFormattedDate(java.text.DateFormat dateFormat, java.lang.String fieldValue, java.lang.Class<?> valueClass)
          Creates a date from a string value
static java.lang.Number getFormattedNumber(java.text.NumberFormat numberFormat, java.lang.String fieldValue, java.lang.Class<?> valueClass)
          Creates a number from a string value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatUtils

public FormatUtils()
Method Detail

getFormattedNumber

public static java.lang.Number getFormattedNumber(java.text.NumberFormat numberFormat,
                                                  java.lang.String fieldValue,
                                                  java.lang.Class<?> valueClass)
                                           throws java.text.ParseException
Creates a number from a string value

Parameters:
numberFormat -
fieldValue -
valueClass -
Returns:
Throws:
java.text.ParseException

getFormattedDate

public static java.util.Date getFormattedDate(java.text.DateFormat dateFormat,
                                              java.lang.String fieldValue,
                                              java.lang.Class<?> valueClass)
                                       throws java.text.ParseException
Creates a date from a string value

Parameters:
dateFormat -
fieldValue -
valueClass -
Returns:
Throws:
java.text.ParseException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com