public static final class OdiXKMLine.TemporaryIndexLocation
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static OdiXKMLine.TemporaryIndexLocation |
NONE
Do not create any temporary index.
|
static OdiXKMLine.TemporaryIndexLocation |
ON_SOURCE
Create temporary index on source.
|
Modifier and Type | Method and Description |
---|---|
static OdiXKMLine.TemporaryIndexLocation |
valueOf(java.lang.String name) |
static OdiXKMLine.TemporaryIndexLocation[] |
values() |
public static final OdiXKMLine.TemporaryIndexLocation NONE
public static final OdiXKMLine.TemporaryIndexLocation ON_SOURCE
public static OdiXKMLine.TemporaryIndexLocation[] values()
public static OdiXKMLine.TemporaryIndexLocation valueOf(java.lang.String name)