NAME

Config::Model::ListId - Handle list element for configuration model

SYNOPSIS

$model ->create_config_class 
 (
  ...
  element 
  => [ 
      bounded_list 
      => { type => 'list',
           max => 123, 
           max_nb => 2 ,
           collected_type => 'leaf',
           element_args => {value_type => 'string'},
         },
     ]
 ) ;

DESCRIPTION

This class provides list elements for a Config::Model::Node.

CONSTRUCTOR

ListId object should not be created directly.

List model declaration

See model declaration section from Config::Model::AnyId.

Methods

fetch_size

Returns the nb of elements of the list.

AUTHOR

Dominique Dumont, domi@komarr.grenoble.hp.com

SEE ALSO

Config::Model::Model, Config::Model::Instance, Config::Model::AnyId, Config::Model::HashId, Config::Model::Value