public class EnoaValue extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
<T> T |
as() |
<T> T |
as(T def) |
BigDecimal |
bigdecimal() |
BigDecimal |
bigdecimal(BigDecimal def) |
BigInteger |
bigint() |
BigInteger |
bigint(BigInteger def) |
Boolean |
bool() |
Boolean |
bool(Boolean def) |
Date |
date() |
Date |
date(String format) |
Date |
date(String format,
Date def) |
Double |
doubler() |
Double |
doubler(Double def) |
boolean |
equals(Object other) |
Float |
floater() |
Float |
floater(Float def) |
int |
hashCode() |
Integer |
integer() |
Integer |
integer(Integer def) |
boolean |
isNull() |
Long |
longer() |
Long |
longer(Long def) |
Number |
number() |
Number |
number(Number def) |
Object |
origin() |
Short |
shorter() |
Short |
shorter(Short def) |
String |
string() |
String |
string(String def) |
Timestamp |
timestamp() |
Timestamp |
timestamp(String format) |
Timestamp |
timestamp(String format,
Timestamp def) |
<R,P> R |
to(IConverter<R,P> converter) |
String |
toString() |
static EnoaValue |
with(Object value) |
public static final EnoaValue NULL
public Object origin()
public String string()
public Number number()
public Integer integer()
public Long longer()
public Double doubler()
public Float floater()
public Short shorter()
public BigInteger bigint(BigInteger def)
public BigInteger bigint()
public BigDecimal bigdecimal(BigDecimal def)
public BigDecimal bigdecimal()
public Boolean bool()
public Date date()
public Timestamp timestamp()
public <T> T as(T def)
public <T> T as()
public <R,P> R to(IConverter<R,P> converter)
public boolean isNull()
Copyright © 2018. All rights reserved.