Package zope :: Package interface :: Module interfaces :: Class IAttribute
[show private | hide private]
[frames | no frames]

Type IAttribute

Interface --+    
            |    
     IElement --+
                |
               IAttribute

Known Subclasses:
IMethod

Attribute descriptors


Method Summary
    Inherited from InterfaceClass
  getTaggedValue(self, tag)
Returns the value associated with 'tag'.
  getTaggedValueTags(self)
Returns a list of all tags.
  queryTaggedValue(self, tag, default)
Returns the value associated with 'tag'.
  setTaggedValue(self, tag, value)
Associates 'value' with 'key'.

Class Variable Summary
str __name__ = 'IAttribute'
str interface = 'Stores the interface instance in which the ...

Class Variable Details

__name__

Type:
str
Value:
'IAttribute'                                                           

interface

Type:
str
Value:
'Stores the interface instance in which the attribute is located.'     

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