Package zope :: Package i18n :: Package interfaces :: Class IFormat
[show private | hide private]
[frames | no frames]

Type IFormat

Interface --+
            |
           IFormat

Known Subclasses:
IDateTimeFormat, INumberFormat

A generic formatting class. It basically contains the parsing and construction method for the particular object the formatting class handles.

The constructor will always require a pattern (specific to the object).
Class Variable Summary
str format = 'Format an object to a string using the pattern...
str getPattern = 'Get the currently used pattern.'
str parse = 'Parse the text and convert it to an object, whi...
str setPattern = 'Overwrite the old formatting pattern with ...

Class Variable Details

format

Type:
str
Value:
'Format an object to a string using the pattern as a rule.'            

getPattern

Type:
str
Value:
'Get the currently used pattern.'                                      

parse

Type:
str
Value:
'Parse the text and convert it to an object, which is returned.'       

setPattern

Type:
str
Value:
'Overwrite the old formatting pattern with the new one.'               

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