NAME

Net::FluidDB::Value - FluidDB values

SYNOPSIS

$value = $object->value("fxn/rating");

DESCRIPTION

Net::FluidDB::Value models FluidDB values.

Net::FluidDB::Value is a parent class of Net::FluidDB::Value::Native and Net::FluidDB::Value::NonNative.

USAGE

Instance Methods

$value->value

Returns the actual scalar value.

$value->mime_type

Returns the MIME type of the value.

$value->is_native

Says whether the value is native, see Net::FluidDB::Value::Native.

$value->is_non_native

Says whether the value is native, see Net::FluidDB::Value::NonNative.

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.