public enum OwnerChain extends Enum<OwnerChain> implements ComparativeRecordChecker<org.neo4j.kernel.impl.store.record.PropertyRecord,org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport>
| Enum Constant and Description |
|---|
NEW |
| Modifier and Type | Method and Description |
|---|---|
void |
check(org.neo4j.kernel.impl.store.record.PropertyRecord record,
CheckerEngine<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> engine,
RecordAccess records) |
void |
checkReference(org.neo4j.kernel.impl.store.record.PropertyRecord record,
org.neo4j.kernel.impl.store.record.PropertyRecord property,
CheckerEngine<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> engine,
RecordAccess records) |
static OwnerChain |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwnerChain[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwnerChain NEW
public static OwnerChain[] values()
for (OwnerChain c : OwnerChain.values()) System.out.println(c);
public static OwnerChain 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 void checkReference(org.neo4j.kernel.impl.store.record.PropertyRecord record,
org.neo4j.kernel.impl.store.record.PropertyRecord property,
CheckerEngine<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> engine,
RecordAccess records)
checkReference in interface ComparativeRecordChecker<org.neo4j.kernel.impl.store.record.PropertyRecord,org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport>public void check(org.neo4j.kernel.impl.store.record.PropertyRecord record,
CheckerEngine<org.neo4j.kernel.impl.store.record.PropertyRecord,ConsistencyReport.PropertyConsistencyReport> engine,
RecordAccess records)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.