The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DbFramework::DefinitionObject - DefinitionObject class

SYNOPSIS

  use DbFramework::DefinitionObject;

DESCRIPTION

Abstract class for CDIF Definition Object objects.

SUPERCLASSES

DbFramework::Util

OBJECT METHODS

A definition object contains 0 or more DbFramework::Attribute objects. These objects can be accessed using the attributes CONTAINS_L and CONTAINS_H. See "AUTOLOAD()" in DbFramework::Util for the accessor methods for these attributes.

SEE ALSO

DbFramework::Util

AUTHOR

Paul Sharpe <paul@miraclefish.com>

COPYRIGHT

Copyright (c) 1998 Paul Sharpe. England. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.