Package zope :: Package schema :: Package tests :: Module states :: Class IStateVocabulary
[show private | hide private]
[frames | no frames]

Type IStateVocabulary

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


Vocabularies that support the states database conform to this.
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:24 2005 http://epydoc.sf.net