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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.birt.core.format.IFormatter
IFormatter.DefaultFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatValue
(Object value) format the value object into a string.
-
Constructor Details
-
DefaultFormatter
public DefaultFormatter(com.ibm.icu.util.ULocale locale)
-
-
Method Details
-
formatValue
Description copied from interface:IFormatter
format the value object into a string.- Specified by:
formatValue
in interfaceIFormatter
- Returns:
- Throws:
BirtException
-