Package com.graphdbapi.values.storable
Class CypherStringArray
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherTextArray
-
- com.graphdbapi.values.storable.CypherStringArray
-
public class CypherStringArray extends CypherTextArray
Driver传输StringArray类型的对象。
-
-
Constructor Summary
Constructors Constructor Description CypherStringArray(String[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
asObjectCopy()
int
length()
String
stringValue(int offset)
-
-
-
Constructor Detail
-
CypherStringArray
public CypherStringArray(String[] value)
-
-
Method Detail
-
length
public int length()
- Specified by:
length
in classCypherTextArray
-
stringValue
public String stringValue(int offset)
- Specified by:
stringValue
in classCypherTextArray
-
asObjectCopy
public String[] asObjectCopy()
- Specified by:
asObjectCopy
in classCypherValue
-
-