public static enum ACProperties.EdgeTypes extends Enum<ACProperties.EdgeTypes> implements org.neo4j.graphdb.RelationshipType
| Modifier and Type | Method and Description |
|---|---|
static ACProperties.EdgeTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ACProperties.EdgeTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ACProperties.EdgeTypes FAIL
public static final ACProperties.EdgeTypes NEXT
public static ACProperties.EdgeTypes[] values()
for (ACProperties.EdgeTypes c : ACProperties.EdgeTypes.values()) System.out.println(c);
public static ACProperties.EdgeTypes 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 © 2017 JULIE Lab Jena, Germany. All rights reserved.