Neo4j Enterprise

org.neo4j.backup.check
Enum InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType

java.lang.Object
  extended by java.lang.Enum<InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType>
      extended by 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>


Enum Constant Summary
MULTIPLE_OWNERS
           
PROPERTY_CHANGED_FOR_WRONG_OWNER
           
 
Method Summary
 InconsistencyType forProperties(Collection<org.neo4j.kernel.impl.nioneo.store.PropertyRecord> properties)
           
 InconsistencyType forProperty(org.neo4j.kernel.impl.nioneo.store.PropertyRecord property)
           
static InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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)

Neo4j Enterprise

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.