org.outerj.grouping
Interface ValueFormatter

All Known Implementing Classes:
DataTypeValueFormatter

public interface ValueFormatter


Method Summary
 java.lang.String format(java.lang.Object object, java.util.Locale locale)
          Formats an object to a string according to a certain Locale.
 

Method Detail

format

public java.lang.String format(java.lang.Object object,
                               java.util.Locale locale)
Formats an object to a string according to a certain Locale.