| Config::Model::ListId - Handle list element for configuration model |
Config::Model::ListId - Handle list element for configuration model
$model ->create_config_class ( ... element => [ bounded_list => { type => 'list', max => 123, max_nb => 2 , cargo_type => 'leaf', cargo_args => {value_type => 'string'}, }, ] ) ;
This class provides list elements for a the Config::Model::Node manpage.
ListId object should not be created directly.
See model declaration section from the Config::Model::AnyId manpage.
Returns list.
Returns the nb of elements of the list.
push some value at the end of the list.
Load check_list as an array ref.
Dominique Dumont, (ddumont at cpan dot org)
the Config::Model::Model manpage, the Config::Model::Instance manpage, the Config::Model::AnyId manpage, the Config::Model::HashId manpage, the Config::Model::Value manpage
| Config::Model::ListId - Handle list element for configuration model |