net.sf.nachocalendar.customizer
Class PropertiesConverter
java.lang.Object
net.sf.nachocalendar.customizer.PropertiesConverter
public final class PropertiesConverter
extends java.lang.Object
Utility class to convert Strings to various types.
static boolean | getBoolean(String value) - Converts the String to a boolean.
|
static double | getDouble(String value) - Converts the String to a double.
|
static float | getFloat(String value) - Converts the String to a float.
|
static int | getInteger(String value) - Converts the String to an int.
|
static long | getLong(String value) - Converts the String to a long.
|
getBoolean
public static boolean getBoolean(String value)
Converts the String to a boolean.
getDouble
public static double getDouble(String value)
Converts the String to a double.
getFloat
public static float getFloat(String value)
Converts the String to a float.
getInteger
public static int getInteger(String value)
Converts the String to an int.
getLong
public static long getLong(String value)
Converts the String to a long.