public static enum NestedRelationshipProcessingStateMachine.ProcessState extends Enum<NestedRelationshipProcessingStateMachine.ProcessState>
| Enum Constant and Description |
|---|
PROCESSED_ALL_RELATIONSHIPS |
PROCESSED_ALL_VALUES |
PROCESSED_BOTH |
PROCESSED_NONE |
| Modifier and Type | Method and Description |
|---|---|
static NestedRelationshipProcessingStateMachine.ProcessState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NestedRelationshipProcessingStateMachine.ProcessState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NestedRelationshipProcessingStateMachine.ProcessState PROCESSED_NONE
public static final NestedRelationshipProcessingStateMachine.ProcessState PROCESSED_BOTH
public static final NestedRelationshipProcessingStateMachine.ProcessState PROCESSED_ALL_RELATIONSHIPS
public static final NestedRelationshipProcessingStateMachine.ProcessState PROCESSED_ALL_VALUES
public static NestedRelationshipProcessingStateMachine.ProcessState[] values()
for (NestedRelationshipProcessingStateMachine.ProcessState c : NestedRelationshipProcessingStateMachine.ProcessState.values()) System.out.println(c);
public static NestedRelationshipProcessingStateMachine.ProcessState 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 nullCopyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.