org.eclipse.birt.core.format
Class AutoFormatter
java.lang.Object
org.eclipse.birt.core.format.AutoFormatter
- All Implemented Interfaces:
- IFormatter
public class AutoFormatter
- extends java.lang.Object
- implements IFormatter
Constructor Summary |
AutoFormatter(java.lang.String pattern,
com.ibm.icu.util.ULocale locale,
com.ibm.icu.util.TimeZone timeZone)
|
AutoFormatter(java.lang.String pattern,
com.ibm.icu.util.ULocale locale,
com.ibm.icu.util.TimeZone timeZone,
DateFormatter defaultDateFormatter)
|
Method Summary |
java.lang.String |
formatValue(java.lang.Object value)
format the value object into a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoFormatter
public AutoFormatter(java.lang.String pattern,
com.ibm.icu.util.ULocale locale,
com.ibm.icu.util.TimeZone timeZone)
AutoFormatter
public AutoFormatter(java.lang.String pattern,
com.ibm.icu.util.ULocale locale,
com.ibm.icu.util.TimeZone timeZone,
DateFormatter defaultDateFormatter)
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 interface IFormatter
- Returns:
-
- Throws:
BirtException
Copyright © 2008 Actuate Corp. All rights reserved.