public class DataTypeConverter
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.Boolean |
convertToBoolean(java.lang.String value) |
static double |
convertToDouble(java.lang.String value) |
static int |
convertToInt(java.lang.String value) |
public static java.lang.Boolean convertToBoolean(java.lang.String value) throws ParserException
ParserException
public static int convertToInt(java.lang.String value) throws ParserException
ParserException
public static double convertToDouble(java.lang.String value) throws ParserException
ParserException
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.