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
-
public final class CypherStringWrappingString extends CypherString
Driver传输WrappingString类型的对象。
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
stringValue()
-
Methods inherited from class com.graphdbapi.values.storable.CypherString
asObjectCopy
-
-
-
-
Method Detail
-
stringValue
public String stringValue()
- Specified by:
stringValue
in classCypherText
-
-