6061626364656667686970
{ return new DataValue[] {new FloatData((Float)object)}; } else if (object instanceof Boolean) { return new DataValue[] {new BooleanData((Boolean)object)}; } else if (object instanceof Date) { return new DataValue[] {new DateData((Date) object)}; }