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 Object
asObjectCopy()
String
stringValue()
double
value()
-
-
-
Method Detail
-
value
public double value()
-
asObjectCopy
public Object asObjectCopy()
- Specified by:
asObjectCopy
in classCypherValue
-
stringValue
public String stringValue()
- Specified by:
stringValue
in classCypherText
-
-