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