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