nl.openedge.baritus.converters
Class ShortLocaleConverter

java.lang.Object
  extended bynl.openedge.baritus.converters.BaseLocaleConverter
      extended bynl.openedge.baritus.converters.DecimalLocaleConverter
          extended bynl.openedge.baritus.converters.ShortLocaleConverter
All Implemented Interfaces:
Converter, Formatter, LocaleConverter

public class ShortLocaleConverter
extends DecimalLocaleConverter

localized short converter

Author:
Eelco Hillenius

Field Summary
 
Fields inherited from class nl.openedge.baritus.converters.DecimalLocaleConverter
nonDigitPattern
 
Fields inherited from class nl.openedge.baritus.converters.BaseLocaleConverter
locale, locPattern, pattern
 
Constructor Summary
ShortLocaleConverter()
          Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ShortLocaleConverter(java.util.Locale locale)
          Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ShortLocaleConverter(java.util.Locale locale, java.lang.String pattern)
          Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ShortLocaleConverter(java.util.Locale locale, java.lang.String pattern, boolean locPattern)
          Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
 
Method Summary
 java.lang.Object convert(java.lang.Class type, java.lang.Object value, java.lang.String pattern)
          Convert the specified locale-sensitive input object into an output object of the specified type.
 
Methods inherited from class nl.openedge.baritus.converters.DecimalLocaleConverter
format, getFormat, getNumber, parse
 
Methods inherited from class nl.openedge.baritus.converters.BaseLocaleConverter
convert, convert, convert, getLocale, getPattern, setLocale, setPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortLocaleConverter

public ShortLocaleConverter()
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs. The locale is the default locale for this instance of the Java Virtual Machine and an unlocalized pattern is used for the convertion.


ShortLocaleConverter

public ShortLocaleConverter(java.util.Locale locale)
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs. An unlocalized pattern is used for the convertion.

Parameters:
locale - The locale

ShortLocaleConverter

public ShortLocaleConverter(java.util.Locale locale,
                            java.lang.String pattern)
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs. An unlocalized pattern is used for the convertion.

Parameters:
locale - The locale
pattern - The convertion pattern

ShortLocaleConverter

public ShortLocaleConverter(java.util.Locale locale,
                            java.lang.String pattern,
                            boolean locPattern)
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.

Parameters:
locale - The locale
pattern - The convertion pattern
locPattern - Indicate whether the pattern is localized or not
Method Detail

convert

public java.lang.Object convert(java.lang.Class type,
                                java.lang.Object value,
                                java.lang.String pattern)
Convert the specified locale-sensitive input object into an output object of the specified type.

Parameters:
type - Data type to which this value should be converted
value - The input object to be converted
pattern - The pattern is used for the convertion
Throws:
ConversionException - if conversion cannot be performed successfully


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