The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.