nl.openedge.baritus.converters
Interface LocaleFormatter

All Superinterfaces:
Formatter

public interface LocaleFormatter
extends Formatter

Formatter that uses a locale.

Author:
Eelco Hillenius

Method Summary
 java.util.Locale getLocale()
          Get the locale for this instance
 void setLocale(java.util.Locale locale)
          Set the locale for this instance.
 
Methods inherited from interface nl.openedge.baritus.converters.Formatter
format
 

Method Detail

setLocale

public void setLocale(java.util.Locale locale)
Set the locale for this instance.

Parameters:
locale - the locale for this instance

getLocale

public java.util.Locale getLocale()
Get the locale for this instance

Returns:
Locale the locale for this instance


Copyright © 2003-2004 Open Edge. All Rights Reserved.