Package org.eclipse.birt.core.format
Class LocaleNeutralFormatter
- java.lang.Object
-
- 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
Constructors Constructor Description LocaleNeutralFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
formatValue(java.lang.Object value)
format the value object into a string.
-
-
-
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 interfaceIFormatter
- Returns:
- Throws:
BirtException
-
-