Package | Description |
---|---|
org.modeshape.jcr.api.index |
Modifier and Type | Method and Description |
---|---|
IndexDefinition.IndexKind |
IndexDefinition.getKind()
Get the kind of index.
|
static IndexDefinition.IndexKind |
IndexDefinition.IndexKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexDefinition.IndexKind[] |
IndexDefinition.IndexKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IndexDefinitionTemplate |
IndexDefinitionTemplate.setKind(IndexDefinition.IndexKind kind)
Set the kind of this index.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.