public static function parse($value)
 {
     $obj = new self();
     return $obj->parseValue($value);
 }