public interface Value
Modifier and Type | Method and Description |
---|---|
BigDecimal |
bigDecimalValue() |
BigInteger |
bigIntegerValue() |
boolean |
booleanValue() |
byte |
byteValue() |
char |
charValue() |
void |
chop() |
Date |
dateValue() |
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
boolean |
isContainer() |
long |
longValue() |
short |
shortValue() |
String |
stringValue() |
String |
stringValueEncoded() |
<T extends Enum> |
toEnum(Class<T> cls) |
Object |
toValue() |
byte byteValue()
short shortValue()
int intValue()
long longValue()
BigDecimal bigDecimalValue()
BigInteger bigIntegerValue()
float floatValue()
double doubleValue()
boolean booleanValue()
Date dateValue()
String stringValue()
String stringValueEncoded()
Object toValue()
boolean isContainer()
void chop()
char charValue()