| Package | Description |
|---|---|
| org.neo4j.graphdb.schema | |
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| Modifier and Type | Method and Description |
|---|---|
ConstraintType |
ConstraintDefinition.getConstraintType() |
static ConstraintType |
ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintType[] |
ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConstraintDefinition.isConstraintType(ConstraintType type) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintType |
PropertyUniqueConstraintDefinition.getConstraintType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseConstraintDefinition.isConstraintType(ConstraintType type) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.