Package p6 :: Package metadata :: Module base
[show private | hide private]
[frames | no frames]

Module p6.metadata.base

Base metadata field and group support.
Classes
BasicMetadataStorage Reference implementation of p6.metadata.interfaces.IMetadataStorage; provides facilities for storing and retrieving metadata values.
MetadataGroup Basic implementation of p6.metadata.interfaces.IMetadataGroup.

Function Summary
  metadatafield(fieldType)
Returns a MetadataField class object (implementing the p6.metadata.interfaces.IMetadataField interface) which is also marked as implementing the specified fieldType.
  NoOp(value)
A no-op validator used by default when no custom validator is specified.

Variable Summary
str DEFAULT_KEY = '__p6_default__'

Function Details

metadatafield(fieldType)

Returns a MetadataField class object (implementing the p6.metadata.interfaces.IMetadataField interface) which is also marked as implementing the specified fieldType.

NoOp(value)

A no-op validator used by default when no custom validator is specified.

Variable Details

DEFAULT_KEY

Type:
str
Value:
'__p6_default__'                                                       

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