Package com.graphdbapi.values.storable
Class CypherChar
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherText
-
- com.graphdbapi.values.storable.CypherChar
-
- All Implemented Interfaces:
com.graphdbapi.memory.MemoryEstimable
public final class CypherChar extends CypherText
Driver传输Char类型的对象。
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
asObjectCopy()
java.lang.String
stringValue()
double
value()
-
Methods inherited from class com.graphdbapi.values.CypherAny
getMemorySize
-
-
-
-
Method Detail
-
value
public double value()
-
asObjectCopy
public java.lang.Object asObjectCopy()
- Specified by:
asObjectCopy
in classCypherValue
-
stringValue
public java.lang.String stringValue()
- Specified by:
stringValue
in classCypherText
-
-