public interface Value
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
bigDecimalValue() |
BigInteger |
bigIntegerValue() |
boolean |
booleanValue() |
byte |
byteValue() |
char |
charValue() |
void |
chop() |
Currency |
currencyValue() |
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() |
Type |
type() |
byte byteValue()
short shortValue()
int intValue()
long longValue()
BigDecimal bigDecimalValue()
BigInteger bigIntegerValue()
float floatValue()
double doubleValue()
boolean booleanValue()
Date dateValue()
String stringValue()
String stringValueEncoded()
Currency currencyValue()
Object toValue()
boolean isContainer()
void chop()
char charValue()
Type type()
Copyright © 2014. All rights reserved.