Package com.graphdbapi.values.storable
Class CypherNumber
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherNumber
-
- Direct Known Subclasses:
CypherByte
,CypherDouble
,CypherFloat
,CypherInt
,CypherLong
,CypherShort
public abstract class CypherNumber extends CypherValue
Driver传输Number类型的对象。
-
-
Constructor Summary
Constructors Constructor Description CypherNumber()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract double
doubleValue()
获取double类型的对象值。abstract long
longValue()
获取long类型的对象值。-
Methods inherited from class com.graphdbapi.values.storable.CypherValue
asObjectCopy
-
-