public abstract class TextValue extends Value
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(boolean x) |
boolean |
equals(boolean[] x) |
boolean |
equals(byte[] x) |
boolean |
equals(char[] x) |
boolean |
equals(double[] x) |
boolean |
equals(float[] x) |
boolean |
equals(int[] x) |
boolean |
equals(long[] x) |
boolean |
equals(short[] x) |
boolean |
equals(String[] x) |
abstract int |
length() |
NumberType |
numberType() |
abstract String |
stringValue() |
ValueGroup |
valueGroup() |
asObject, asObjectCopy, eq, equals, equals, equals, isNaN, prettyPrint, ternaryEquals, writeTo, writeToequals, hashCode, isSequenceValuepublic abstract String stringValue()
public abstract int length()
public ValueGroup valueGroup()
valueGroup in class Valuepublic NumberType numberType()
numberType in class ValueCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.