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