Package zope :: Package schema :: Module interfaces :: Class IBaseVocabulary
[show private | hide private]
[frames | no frames]

Type IBaseVocabulary

Interface --+    
            |    
      ISource --+
                |
               IBaseVocabulary

Known Subclasses:
IVocabulary

Representation of a vocabulary.

At this most basic level, a vocabulary only need to support a test for containment. This can be implemented either by __contains__() or by sequence __getitem__() (the later only being useful for vocabularies which are intrinsically ordered).
Class Variable Summary
str getTerm = "Return the ITerm object for the term 'value'....

Class Variable Details

getTerm

Type:
str
Value:
"""Return the ITerm object for the term 'value'.

        If 'value' is not a valid term, this method raises LookupError\
.
        """                                                            

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