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) |
NumberType |
numberType() |
abstract String |
stringValue() |
ValueGroup |
valueGroup() |
asObject, asObjectCopy, equals, equals, equals, prettyPrint, writeTo, writeTopublic abstract String stringValue()
public ValueGroup valueGroup()
valueGroup in class Valuepublic NumberType numberType()
numberType in class ValueCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.