Package com.graphdbapi.values.storable
Class CypherInt
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherNumber
-
- com.graphdbapi.values.storable.CypherInt
-
public final class CypherInt extends CypherNumber
Driver传输Int类型的对象。
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
asObjectCopy()
double
doubleValue()
获取double类型的对象值。long
longValue()
获取long类型的对象值。int
value()
-
-
-
Method Detail
-
value
public int value()
-
longValue
public long longValue()
Description copied from class:CypherNumber
获取long类型的对象值。- Specified by:
longValue
in classCypherNumber
- Returns:
- long类型的对象值。
-
asObjectCopy
public Integer asObjectCopy()
- Specified by:
asObjectCopy
in classCypherValue
-
doubleValue
public double doubleValue()
Description copied from class:CypherNumber
获取double类型的对象值。- Specified by:
doubleValue
in classCypherNumber
- Returns:
- double类型的对象值。
-
-