org.neo4j.backup.check
Enum InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType
java.lang.Object
java.lang.Enum<InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType>
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>
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
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)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.