/**
  * This method returns wether the given value is the native type of the class or not.
  *
  * @return boolean
  */
 public static function isNativeType($value)
 {
     return AbstractArray::isNativeType($value);
 }