value = (float)$value; } /** * Return the value from the value object * * @return string */ public function getValue() { return $this->value; } }