Package p6 :: Package zcmlsupport :: Module metadirectives :: Class IBasicComponentInformation
[show private | hide private]
[frames | no frames]

Type IBasicComponentInformation

Interface --+
            |
           IBasicComponentInformation

Known Subclasses:
IResourceDirective, IUtilityDirective

Class Variable Summary
unicode component = u'Component to use\n\nPython name of the imp...
unicode factory = u'Factory\n\nPython name of a factory which ca...

Class Variable Details

component

Type:
unicode
Value:
u'Component to use\n\nPython name of the implementation object.  This \
must identify an object in a module using the full dotted name.  If sp\
ecified, the ``factory`` field must be left blank.'                    

factory

Type:
unicode
Value:
u'Factory\n\nPython name of a factory which can create the implementat\
ion object.  This must identify an object in a module using the full d\
otted name. If specified, the ``component`` field must be left blank.' 

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