org.eclipse.birt.core.format
Class LocaleNeutralFormatter

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

public class LocaleNeutralFormatter
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
LocaleNeutralFormatter()
           
 
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

LocaleNeutralFormatter

public LocaleNeutralFormatter()
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.