Package com.graphdbapi.values.storable
Class CypherChar
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherText
-
- com.graphdbapi.values.storable.CypherChar
-
public final class CypherChar extends CypherText
Driver传输Char类型的对象。
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectasObjectCopy()StringstringValue()doublevalue()
-
-
-
Method Detail
-
value
public double value()
-
asObjectCopy
public Object asObjectCopy()
- Specified by:
asObjectCopyin classCypherValue
-
stringValue
public String stringValue()
- Specified by:
stringValuein classCypherText
-
-