org.neo4j.backup.check
Enum InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType
java.lang.Object
java.lang.Enum<InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType>
org.neo4j.backup.check.InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType
- All Implemented Interfaces:
- Serializable, Comparable<InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType>
- Enclosing class:
- InconsistencyType.PropertyOwnerInconsistency
public static enum InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType
- extends Enum<InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType>
MULTIPLE_OWNERS
public static final InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType MULTIPLE_OWNERS
PROPERTY_CHANGED_FOR_WRONG_OWNER
public static final InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType PROPERTY_CHANGED_FOR_WRONG_OWNER
values
public static InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType c : InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
forProperties
public InconsistencyType forProperties(Collection<org.neo4j.kernel.impl.nioneo.store.PropertyRecord> properties)
forProperty
public InconsistencyType forProperty(org.neo4j.kernel.impl.nioneo.store.PropertyRecord property)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.