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 Modifier and Type Interface Description static class
IFormatter.DefaultFormatter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
formatValue(java.lang.Object value)
format the value object into a string.
-
-
-
Method Detail
-
formatValue
java.lang.String formatValue(java.lang.Object value) throws BirtException
format the value object into a string.- Parameters:
value
-- Returns:
- Throws:
BirtException
-
-