
Abstract::Meta::Attribute::Method - Method generator.

Generates methods for attribute's definition.

use Abstract::Meta::Class ':all';
has '$.attr1' => (default => 0);
Start association process (to avoid infinitive look of associating the others ends) Takes obj reference.
Returns true is object is during association process.
Compleetes association process.
Associate current object reference to the the other end associated class.
TODO
Deassociates assoication values
Returns code reference.
Sets value for attribute
Returns value for attribute
Return object's attribute value
Sets for passed in object attribue's value
Deletes passed in object's attribute


The Abstract::Meta::Attribute::Method module is free software. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.

Adrian Witas, adrian@webapp.strefa.pl