Package com.graphdbapi.values.storable
Class CypherTextArray
- java.lang.Object
 - 
- com.graphdbapi.values.CypherAny
 - 
- com.graphdbapi.values.storable.CypherValue
 - 
- com.graphdbapi.values.storable.CypherTextArray
 
 
 
 
- 
- Direct Known Subclasses:
 CypherStringArray
public abstract class CypherTextArray extends CypherValue
Driver传输字符数组/字符串数组类型的对象。 
- 
- 
Constructor Summary
Constructors Constructor Description CypherTextArray() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract intlength()abstract StringstringValue(int offset)- 
Methods inherited from class com.graphdbapi.values.storable.CypherValue
asObjectCopy 
 - 
 
 - 
 
- 
- 
Method Detail
- 
stringValue
public abstract String stringValue(int offset)
 
- 
length
public abstract int length()
 
 - 
 
 -