public enum FF4jNeo4jRelationShips extends Enum<FF4jNeo4jRelationShips> implements org.neo4j.graphdb.RelationshipType
| Enum Constant and Description |
|---|
MEMBER_OF
Reference from Feature to featureGroup.
|
PROPERTY_OF
Reference from property to feature.
|
STRATEGY_OF
Node FlippingStrategy with nodes Features.
|
| Modifier and Type | Method and Description |
|---|---|
static FF4jNeo4jRelationShips |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FF4jNeo4jRelationShips[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FF4jNeo4jRelationShips STRATEGY_OF
public static final FF4jNeo4jRelationShips MEMBER_OF
public static final FF4jNeo4jRelationShips PROPERTY_OF
public static FF4jNeo4jRelationShips[] values()
for (FF4jNeo4jRelationShips c : FF4jNeo4jRelationShips.values()) System.out.println(c);
public static FF4jNeo4jRelationShips 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.