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

Type IVocabulary

  Interface --+        
              |        
        ISource --+    
                  |    
    IBaseVocabulary --+
                      |
      Interface --+   |
                  |   |
IIterableVocabulary --+
                      |
                     IVocabulary

Known Subclasses:
IStateVocabulary, IVocabularyTokenized

Vocabulary which is iterable.
Class Variable Summary
str __len__ = 'Return the number of valid terms, or sys.maxi...
str getTerm = "Return the ITerm object for the term 'value'....

Class Variable Details

__len__

Type:
str
Value:
'Return the number of valid terms, or sys.maxint.'                     

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:23 2005 http://epydoc.sf.net