Why not adopt me?
NAME
Net::FluidDB::Value::Native - FluidDB native values
SYNOPSIS
$value = $object->value("fxn/rating");
DESCRIPTION
Net::FluidDB::Value::Native
models FluidDB native values.
FluidDB native types are null, boolean, integer, float, string, and set (of strings).
USAGE
Inheritance
Net::FluidDB::Value::Native
is a subclass of Net::FluidDB::Value.
Net::FluidDB::Value::Native
is a parent class of Net::FluidDB::Value::Null, Net::FluidDB::Value::Boolean, Net::FluidDB::Value::Integer, Net::FluidDB::Value::Float, Net::FluidDB::Value::String, and Net::FluidDB::Value::Set.
Instance Methods
Native values respond to the following predicates:
$value->is_null;
$value->is_boolean;
$value->is_integer;
$value->is_float;
$value->is_string;
$value->is_set;
AUTHOR
Xavier Noria (FXN), <fxn@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009-2010 Xavier Noria
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.