Package com.graphdbapi.values.storable
Class CypherString
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherText
-
- com.graphdbapi.values.storable.CypherString
-
- Direct Known Subclasses:
CypherStringWrappingString
public abstract class CypherString extends CypherText
Driver传输String类型的对象。
-
-
Constructor Summary
Constructors Constructor Description CypherString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
asObjectCopy()
-
Methods inherited from class com.graphdbapi.values.storable.CypherText
stringValue
-
-
-
-
Method Detail
-
asObjectCopy
public Object asObjectCopy()
- Specified by:
asObjectCopy
in classCypherValue
-
-