public class InfoSetUtil extends Object
| Constructor and Description |
|---|
InfoSetUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
booleanValue(Object object)
Converts the supplied object to boolean.
|
static double |
doubleValue(Object object)
Converts the supplied object to double.
|
static Number |
number(Object object)
Converts the supplied object to Number.
|
static String |
stringValue(Object object)
Converts the supplied object to String.
|
public static String stringValue(Object object)
object - to convertpublic static Number number(Object object)
object - to convertpublic static double doubleValue(Object object)
object - to convertpublic static boolean booleanValue(Object object)
object - to convertCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.