public enum FF4jNeo4jLabels extends Enum<FF4jNeo4jLabels> implements org.neo4j.graphdb.Label
| Enum Constant and Description |
|---|
FF4J_FEATURE
Node Feature.
|
FF4J_FEATURE_GROUP
Node Group.
|
FF4J_FEATURE_PROPERTY
Properties of feature.
|
FF4J_FLIPPING_STRATEGY
Node flipipng strategy.
|
FF4J_PROPERTY
StandAlone Property.
|
| Modifier and Type | Method and Description |
|---|---|
static FF4jNeo4jLabels |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FF4jNeo4jLabels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FF4jNeo4jLabels FF4J_FEATURE
public static final FF4jNeo4jLabels FF4J_FEATURE_GROUP
public static final FF4jNeo4jLabels FF4J_PROPERTY
public static final FF4jNeo4jLabels FF4J_FEATURE_PROPERTY
public static final FF4jNeo4jLabels FF4J_FLIPPING_STRATEGY
public static FF4jNeo4jLabels[] values()
for (FF4jNeo4jLabels c : FF4jNeo4jLabels.values()) System.out.println(c);
public static FF4jNeo4jLabels 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 © 2013–2019 FF4J. All rights reserved.