|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.openedge.baritus.util.ValueUtils
Misc utility methods for handling values
Constructor Summary | |
ValueUtils()
|
Method Summary | |
static java.lang.String |
convertToString(java.lang.Object value)
Convert the specified value into a String. |
static boolean |
isNullOrEmpty(java.lang.Object value)
check if the value is null or empty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValueUtils()
Method Detail |
public static boolean isNullOrEmpty(java.lang.Object value)
value
- object to check on
public static java.lang.String convertToString(java.lang.Object value)
Converter
for the
java.lang.String
class will be used, which allows
applications to customize Object->String conversions (the default
implementation simply uses toString()).
value
- Value to be converted (may be null)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |