Package com.graphdbapi.values.storable
Class CypherText
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherText
-
- 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 String
stringValue()
-
Methods inherited from class com.graphdbapi.values.storable.CypherValue
asObjectCopy
-
-
-
-
Method Detail
-
stringValue
public abstract String stringValue()
-
-