public abstract class SchemaRule extends Object implements org.neo4j.kernel.api.schema.SchemaDescriptor.Supplier
Modifier and Type | Class and Description |
---|---|
static class |
SchemaRule.Kind
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
generateName(long id,
Class<? extends SchemaRule> type) |
long |
getId()
The persistence id for this rule.
|
String |
getName() |
abstract byte[] |
serialize() |
public final long getId()
public final String getName()
public abstract byte[] serialize()
public static String generateName(long id, Class<? extends SchemaRule> type)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.