Package zope :: Package i18n :: Package interfaces :: Module locales :: Class ILocaleNumbers
[show private | hide private]
[frames | no frames]

Type ILocaleNumbers

Interface --+
            |
           ILocaleNumbers


This object contains various data about numbers and currencies.
Class Variable Summary
unicode currencies = u'Currencies\n\nContains various Currency d...
unicode currencyFormats = u'Currency Formats\n\nContains various...
unicode decimalFormats = u'Decimal Formats\n\nContains various D...
unicode defaultCurrencyFormat = u'Default Currency Format Type'
unicode defaultDecimalFormat = u'Default Decimal Format Type'
unicode defaultPercentFormat = u'Default Percent Format Type'
unicode defaultScientificFormat = u'Default Scientific Format Ty...
str getDefaultCurrency = 'Get the default currency.'
str getFormatter = "Get the NumberFormat based on the catego...
unicode percentFormats = u'Percent Formats\n\nContains various P...
unicode scientificFormats = u'Scientific Formats\n\nContains var...
unicode symbols = u'Number Symbols'

Class Variable Details

currencies

Type:
unicode
Value:
u'Currencies\n\nContains various Currency data.'                       

currencyFormats

Type:
unicode
Value:
u'Currency Formats\n\nContains various Currency Formats.'              

decimalFormats

Type:
unicode
Value:
u'Decimal Formats\n\nContains various Decimal Formats.'                

defaultCurrencyFormat

Type:
unicode
Value:
u'Default Currency Format Type'                                        

defaultDecimalFormat

Type:
unicode
Value:
u'Default Decimal Format Type'                                         

defaultPercentFormat

Type:
unicode
Value:
u'Default Percent Format Type'                                         

defaultScientificFormat

Type:
unicode
Value:
u'Default Scientific Format Type'                                      

getDefaultCurrency

Type:
str
Value:
'Get the default currency.'                                            

getFormatter

Type:
str
Value:
"""Get the NumberFormat based on the category, length and name of the
        format.

        The 'category' specifies the type of number format you would l\
ike to
        have. The available options are: 'decimal', 'percent', 'scient\
ific',
        'currency'.
...                                                                    

percentFormats

Type:
unicode
Value:
u'Percent Formats\n\nContains various Percent Formats.'                

scientificFormats

Type:
unicode
Value:
u'Scientific Formats\n\nContains various Scientific Formats.'          

symbols

Type:
unicode
Value:
u'Number Symbols'                                                      

Generated by Epydoc 2.1 on Fri Jun 24 12:01:25 2005 http://epydoc.sf.net