Package org.eclipse.birt.core.format
Class IFormatter.DefaultFormatter
- java.lang.Object
-
- 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
Constructors Constructor Description DefaultFormatter(com.ibm.icu.util.ULocale locale)
-
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
-
-