Package p6 :: Package metadata :: Module interfaces :: Class IMetadataStorage
[show private | hide private]
[frames | no frames]

Type IMetadataStorage

    Interface --+    
                |    
IMetadataProvider --+
                    |
                   IMetadataStorage


Implementors of IMetadataStorage give read-write access to metadata attributes.
Class Variable Summary
str getMetaValue = 'Returns a metadata value.  If the key do...
str keys = 'Returns a sequence of valid metadata keys.'
str metadata = 'Returns a dictionary-like object containing ...
str setMetaValue = 'Set the value of a metadata key; if the ...

Class Variable Details

getMetaValue

Type:
str
Value:
'''Returns a metadata value.  If the key does not exist, raises a
        KeyError Exception.'''                                         

keys

Type:
str
Value:
'Returns a sequence of valid metadata keys.'                           

metadata

Type:
str
Value:
'''Returns a dictionary-like object containing the key-value pairs
        of metadata defined for this item.'''                          

setMetaValue

Type:
str
Value:
'''Set the value of a metadata key; if the key is not previously
        defined, create it.'''                                         

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