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