nl.openedge.baritus.converters
Class LongLocaleConverter
java.lang.Object
nl.openedge.baritus.converters.BaseLocaleConverter
nl.openedge.baritus.converters.DecimalLocaleConverter
nl.openedge.baritus.converters.LongLocaleConverter
- All Implemented Interfaces:
- Converter, Formatter, LocaleConverter
- public class LongLocaleConverter
- extends DecimalLocaleConverter
localized long converter
- Author:
- Eelco Hillenius
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongLocaleConverter
public LongLocaleConverter()
- 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.
LongLocaleConverter
public LongLocaleConverter(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
LongLocaleConverter
public LongLocaleConverter(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 localepattern
- The convertion pattern
LongLocaleConverter
public LongLocaleConverter(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 localepattern
- The convertion patternlocPattern
- Indicate whether the pattern is localized or not
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 convertedvalue
- The input object to be convertedpattern
- The pattern is used for the convertion
- Throws:
ConversionException
- if conversion cannot be performed
successfully
Copyright © 2003-2004 Open Edge. All Rights Reserved.