org.eclipse.birt.core.format
Class IFormatter.DefaultFormatter

java.lang.Object
  extended by org.eclipse.birt.core.format.IFormatter.DefaultFormatter
All Implemented Interfaces:
IFormatter
Enclosing interface:
IFormatter

public static class IFormatter.DefaultFormatter
extends java.lang.Object
implements IFormatter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.birt.core.format.IFormatter
IFormatter.DefaultFormatter
 
Constructor Summary
IFormatter.DefaultFormatter(com.ibm.icu.util.ULocale locale)
           
 
Method Summary
 java.lang.String formatValue(java.lang.Object value)
          format the value object into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFormatter.DefaultFormatter

public IFormatter.DefaultFormatter(com.ibm.icu.util.ULocale locale)
Method Detail

formatValue

public java.lang.String formatValue(java.lang.Object value)
                             throws BirtException
Description copied from interface: IFormatter
format the value object into a string.

Specified by:
formatValue in interface IFormatter
Returns:
Throws:
BirtException


Copyright © 2008 Actuate Corp. All rights reserved.