public static enum CypherOrderability.SuperType extends Enum<CypherOrderability.SuperType>
| Enum Constant and Description |
|---|
BOOLEAN |
LIST |
MAP |
NODE |
NUMBER |
PATH |
RELATIONSHIP |
STRING |
VOID |
| Modifier and Type | Field and Description |
|---|---|
Comparator |
comparator |
static Comparator<CypherOrderability.SuperType> |
TYPE_ID_COMPARATOR |
int |
typeId |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSuperTypeOf(Object value) |
static CypherOrderability.SuperType |
ofValue(Object value) |
static CypherOrderability.SuperType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CypherOrderability.SuperType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CypherOrderability.SuperType MAP
public static final CypherOrderability.SuperType NODE
public static final CypherOrderability.SuperType RELATIONSHIP
public static final CypherOrderability.SuperType LIST
public static final CypherOrderability.SuperType PATH
public static final CypherOrderability.SuperType STRING
public static final CypherOrderability.SuperType BOOLEAN
public static final CypherOrderability.SuperType NUMBER
public static final CypherOrderability.SuperType VOID
public final int typeId
public final Comparator comparator
public static Comparator<CypherOrderability.SuperType> TYPE_ID_COMPARATOR
public static CypherOrderability.SuperType[] values()
for (CypherOrderability.SuperType c : CypherOrderability.SuperType.values()) System.out.println(c);
public static CypherOrderability.SuperType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isSuperTypeOf(Object value)
public static CypherOrderability.SuperType ofValue(Object value)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.