public final class ValuePersistence
extends java.lang.Enum
| Modifier and Type | Field and Description | 
|---|---|
static ValuePersistence | 
HISTORIZE
Indicates that ODI stores in repository an history of the values took by the
 variable once execution of a session is completed. 
 | 
static ValuePersistence | 
LATEST_VALUE
Same as  
HISTORIZE except that ODI only keep the latest value took by the
 variable. | 
static ValuePersistence | 
NON_PERSISTENT
Indicates that ODI does not stored values in repository except if variable 
 tracking is enabled. 
 | 
static ValuePersistence | 
NON_TRACKABLE
Indicates that the variable values are not stored in ODI repository even if variable 
 tracking is enabled. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ValuePersistence | 
valueOf(java.lang.String name)  | 
static ValuePersistence[] | 
values()  | 
public static final ValuePersistence HISTORIZE
public static final ValuePersistence LATEST_VALUE
HISTORIZE except that ODI only keep the latest value took by the
 variable.public static final ValuePersistence NON_PERSISTENT
public static final ValuePersistence NON_TRACKABLE
public static ValuePersistence[] values()
public static ValuePersistence valueOf(java.lang.String name)