Neo4j Enterprise

org.neo4j.backup.check
Enum InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType

java.lang.Object
  extended by java.lang.Enum<InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType>
      extended by org.neo4j.backup.check.InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType
All Implemented Interfaces:
Serializable, Comparable<InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType>
Enclosing class:
InconsistencyType.PropertyBlockInconsistency

public static enum InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType
extends Enum<InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType>


Enum Constant Summary
DYNAMIC_NOT_IN_USE
           
ILLEGAL_PROPERTY_TYPE
           
INVALID_PROPERTY_KEY
           
UNUSED_PROPERTY_KEY
           
 
Method Summary
 InconsistencyType forBlock(org.neo4j.kernel.impl.nioneo.store.PropertyBlock block)
           
static InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType[] 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

INVALID_PROPERTY_KEY

public static final InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType INVALID_PROPERTY_KEY

UNUSED_PROPERTY_KEY

public static final InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType UNUSED_PROPERTY_KEY

ILLEGAL_PROPERTY_TYPE

public static final InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType ILLEGAL_PROPERTY_TYPE

DYNAMIC_NOT_IN_USE

public static final InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType DYNAMIC_NOT_IN_USE
Method Detail

values

public static InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType[] 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.PropertyBlockInconsistency.BlockInconsistencyType c : InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType.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.PropertyBlockInconsistency.BlockInconsistencyType 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

forBlock

public InconsistencyType forBlock(org.neo4j.kernel.impl.nioneo.store.PropertyBlock block)

Neo4j Enterprise

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