Package com.graphdbapi.values.storable
Class CypherText
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherText
-
- All Implemented Interfaces:
com.graphdbapi.memory.MemoryEstimable
- Direct Known Subclasses:
CypherChar
,CypherString
public abstract class CypherText extends CypherValue
Driver传输字符/字符串类型的对象。
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
stringValue()
-
Methods inherited from class com.graphdbapi.values.storable.CypherValue
asObjectCopy
-
Methods inherited from class com.graphdbapi.values.CypherAny
getMemorySize
-
-