NAME

Object::Meta::Named::List - Library to index Object::Meta::Named entries by their name field.

DESCRIPTION

Object::Meta::Named::List implements a class which indexes Object::Meta::Named entries by their name field.

Additionally a hash meta data field will be created for indexation and lookup.

The hash meta data field is used to lookup entries.

Consultation Methods

getMetaObjectbyName ( NAME )

This works like Object::Meta::List::getIdxMetaObject() only that it uses the hash of the the name field to find the object.

Parameters:

NAME

The string value for the name field of the object.

Returns: Object::Meta::Named - The object with the name field having the value NAME.

See Method Object::Meta::List::getIdxMetaObject()