Package org.eclipse.birt.core.format
Interface IFormatter
- All Known Implementing Classes:
AutoFormatter
,DateFormatter
,IFormatter.DefaultFormatter
,LocaleNeutralFormatter
,NumberFormatter
,StringFormatter
public interface IFormatter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionformatValue
(Object value) format the value object into a string.
-
Method Details
-
formatValue
format the value object into a string.- Parameters:
value
-- Returns:
- Throws:
BirtException
-