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 |
stringValue(CharBuf charBuf) |
String |
stringValueEncoded() |
<T extends Enum> |
toEnum(Class<T> cls) |
Object |
toValue() |
TypeType |
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()
TypeType type()
Copyright © 2015. All Rights Reserved.