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

Type ITokenizedTerm

Interface --+    
            |    
        ITerm --+
                |
               ITokenizedTerm

Known Subclasses:
ITitledTokenizedTerm

Object representing a single value in a tokenized vocabulary.
Class Variable Summary
str token = 'Token which can be used to represent the value ...
str value = 'The value used to represent vocabulary term in ...

Class Variable Details

token

Type:
str
Value:
'''Token which can be used to represent the value on a stream.

        The value of this attribute must be a non-empty 7-bit string.
        Control characters are not allowed.
        '''                                                            

value

Type:
str
Value:
'The value used to represent vocabulary term in a field.'              

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