Package com.graphdbapi.values.storable
Class CypherBigDecimal
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherNumber
-
- com.graphdbapi.values.storable.CypherBigDecimal
-
- All Implemented Interfaces:
com.graphdbapi.memory.MemoryEstimable
public class CypherBigDecimal extends CypherNumber
Driver传输BigDecimal类型的对象。
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
asObjectCopy()
java.math.BigDecimal
bigDecimalValue()
double
doubleValue()
获取double类型的对象值。long
longValue()
获取long类型的对象值。-
Methods inherited from class com.graphdbapi.values.CypherAny
getMemorySize
-
-
-
-
Method Detail
-
doubleValue
public double doubleValue()
Description copied from class:CypherNumber
获取double类型的对象值。- Specified by:
doubleValue
in classCypherNumber
- Returns:
- double类型的对象值。
-
longValue
public long longValue()
Description copied from class:CypherNumber
获取long类型的对象值。- Specified by:
longValue
in classCypherNumber
- Returns:
- long类型的对象值。
-
asObjectCopy
public java.lang.Object asObjectCopy()
- Specified by:
asObjectCopy
in classCypherValue
-
bigDecimalValue
public java.math.BigDecimal bigDecimalValue()
-
-