| |
|
| java.lang.Object com.flexive.shared.value.FxValueConverter
FxValueConverter | public class FxValueConverter (Code) | | Convert Strings to the data types used in FxValue
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
toBoolean | public static Boolean toBoolean(String value)(Code) | | Convert a String to Boolean
Parameters: value - value to convert Boolean |
toDate | public static Date toDate(String value)(Code) | | Convert a String to Date
Parameters: value - value to convert Date |
toDateTime | public static Date toDateTime(String value)(Code) | | Convert a String to DateTime
Parameters: value - value to convert Date |
toDouble | public static Double toDouble(String value)(Code) | | Convert a String to Double
Parameters: value - value to convert Double |
toFloat | public static Float toFloat(String value)(Code) | | Convert a String to Float
Parameters: value - value to convert Float |
toInteger | public static Integer toInteger(String value)(Code) | | Convert a String to Integer
Parameters: value - value to convert Integer |
toLong | public static Long toLong(String value)(Code) | | Convert a String to Long
Parameters: value - value to convert Long |
|
|
|