|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.api.jaxb.JaxbDatatypeConverter
public final class JaxbDatatypeConverter
Custom JAXB data type converter for JAXB objects.
| Method Summary | |
|---|---|
static Boolean |
parseBoolean(String value)
Parses the specified string value and returns an Boolean. |
static Integer |
parseInteger(String value)
Parses the specified string value and returns an Integer. |
static Long |
parseLong(String value)
Parses the specified string value and returns an Long. |
static String |
printBoolean(Boolean value)
Converts the specified Boolean value to a string value. |
static String |
printInteger(Integer value)
Converts the specified Integer value to a string value. |
static String |
printLong(Long value)
Converts the specified Long value to a string value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Integer parseInteger(String value)
Integer.
value - a string value.
Integer value.public static String printInteger(Integer value)
Integer value to a string value.
value - an Integer value.
public static Long parseLong(String value)
Long.
value - a string value.
Long value.public static String printLong(Long value)
Long value to a string value.
value - an Long value.
public static Boolean parseBoolean(String value)
Boolean.
value - a string value.
Boolean value.public static String printBoolean(Boolean value)
Boolean value to a string value.
value - an Boolean value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||