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