Variant#
- public class Variant implements WrappedValue#
Constructors#
Variant#
Methods#
apply#
asBigDecimal#
- public BigDecimal asBigDecimal()#
asBoolean#
- public boolean asBoolean()#
asBytes#
- public byte[] asBytes()#
asDouble#
- public double asDouble()#
asInt#
- public int asInt()#
asJBigDecimal#
- public BigDecimal asJBigDecimal()#
asJBoolean#
asJDate#
asJInt#
asJLong#
asLong#
- public long asLong()#
asString#
get#
isNull#
- public boolean isNull()#
Проверяет значение атрибута на равенство null
- Returns
true, если значение поля равно null
notNull#
- public boolean notNull()#
Проверяет значение атрибута на не равенство null
- Returns
true, если значение поля не равно null