Package | Description |
---|---|
com.thinkaurelius.titan.core |
Modifier and Type | Method and Description |
---|---|
static TypeMaker.UniquenessConsistency |
TypeMaker.UniquenessConsistency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeMaker.UniquenessConsistency[] |
TypeMaker.UniquenessConsistency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TypeMaker |
TypeMaker.unique(com.tinkerpop.blueprints.Direction direction,
TypeMaker.UniquenessConsistency consistency)
Configures the type to be unique in the given direction with the provided uniqueness consistency.
|
Copyright © 2012-2013. All Rights Reserved.