Package com.graphdbapi.values.storable
Class CypherValue
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- Direct Known Subclasses:
CypherBoolean
,CypherDate
,CypherDuration
,CypherNumber
,CypherText
,CypherTextArray
public abstract class CypherValue extends CypherAny
Driver传输对象基类。
-
-
Constructor Summary
Constructors Constructor Description CypherValue()
-
-
-
Method Detail
-
asObjectCopy
public abstract Object asObjectCopy()
-
-