Package dev.orne.i18n.spi.eu
Class BasqueDecimalFormatSymbolsProvider
java.lang.Object
java.util.spi.LocaleServiceProvider
java.text.spi.DecimalFormatSymbolsProvider
dev.orne.i18n.spi.eu.BasqueDecimalFormatSymbolsProvider
Basque decimal format symbols provider.
- Since:
- 1.0
- Version:
- 1.0, 2024-10
- Author:
- (w) Iker Hernaez
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe ISO 4217 currency code.static final charThe character used for decimal sign.static final charThe character used for thousands separator.static final charThe character used to represent minus sign.static final StringThe ISO 4217 no currency code.static final charThe character used for percent sign.static final charThe character used for per mille sign. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.spi.LocaleServiceProvider
isSupportedLocale
-
Field Details
-
GROUPING_SEPARATOR
public static final char GROUPING_SEPARATORThe character used for thousands separator.- See Also:
-
DECIMAL_SEPARATOR
public static final char DECIMAL_SEPARATORThe character used for decimal sign.- See Also:
-
MINUS_SIGN
public static final char MINUS_SIGNThe character used to represent minus sign.- See Also:
-
PERCENT_SYMBOL
public static final char PERCENT_SYMBOLThe character used for percent sign.- See Also:
-
PERMILL_SYMBOL
public static final char PERMILL_SYMBOLThe character used for per mille sign.- See Also:
-
CURRENCY_CODE
The ISO 4217 currency code.- See Also:
-
NO_CURRENCY_CODE
The ISO 4217 no currency code.- See Also:
-
-
Constructor Details
-
BasqueDecimalFormatSymbolsProvider
public BasqueDecimalFormatSymbolsProvider()Creates a new instance.
-
-
Method Details
-
getInstance
- Specified by:
getInstancein classDecimalFormatSymbolsProvider
-
getAvailableLocales
- Specified by:
getAvailableLocalesin classLocaleServiceProvider
-