public static enum Counts.Type extends Enum<Counts.Type>
| Enum Constant and Description |
|---|
activeCache |
backLinks |
checked |
checkErrors |
clearCache |
correctSkipCheck |
forwardLinks |
legacySkip |
missCheck |
noCache |
noCacheSkip |
nodeDense |
nodeSparse |
nullLinks |
overwrite |
relCacheCheck |
relSourceNextCheck |
relSourcePrevCheck |
relTargetNextCheck |
relTargetPrevCheck |
skipBackup |
skipCheck |
| Modifier and Type | Method and Description |
|---|---|
static Counts.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Counts.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Counts.Type skipCheck
public static final Counts.Type missCheck
public static final Counts.Type checked
public static final Counts.Type checkErrors
public static final Counts.Type legacySkip
public static final Counts.Type correctSkipCheck
public static final Counts.Type skipBackup
public static final Counts.Type overwrite
public static final Counts.Type noCacheSkip
public static final Counts.Type activeCache
public static final Counts.Type clearCache
public static final Counts.Type noCache
public static final Counts.Type relSourcePrevCheck
public static final Counts.Type relSourceNextCheck
public static final Counts.Type relTargetPrevCheck
public static final Counts.Type relTargetNextCheck
public static final Counts.Type relCacheCheck
public static final Counts.Type forwardLinks
public static final Counts.Type backLinks
public static final Counts.Type nullLinks
public static final Counts.Type nodeSparse
public static final Counts.Type nodeDense
public static Counts.Type[] values()
for (Counts.Type c : Counts.Type.values()) System.out.println(c);
public static Counts.Type 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 nullCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.