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