|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<OdiVariable.Action>
oracle.odi.domain.project.OdiVariable.Action
Deprecated. As of ODI 11.1.1.5 replaced by OdiVariable.ValuePersistence.
public static enum OdiVariable.Action
Defines the type of persistence to be applied to an OdiVariable's value at runtime.
| Enum Constant Summary | |
|---|---|
HISTORIZEDeprecated. At runtime, the variable and each of its value will be historized in ODI repository. |
|
LATEST_VALUEDeprecated. At runtime, the variable and its latest value only will be stored in ODI repository. |
|
NON_PERSISTANTDeprecated. At runtime, the variable and its value are not stored in ODI repository. |
|
NON_TRACKABLEDeprecated. For backward compatibility only. |
|
| Method Summary | |
|---|---|
static OdiVariable.Action |
valueOf(java.lang.String name)Deprecated. Returns the enum constant of this type with the specified name. |
static OdiVariable.Action[] |
values()Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OdiVariable.Action HISTORIZE
public static final OdiVariable.Action LATEST_VALUE
public static final OdiVariable.Action NON_PERSISTANT
public static final OdiVariable.Action NON_TRACKABLE
| Method Detail |
|---|
public static OdiVariable.Action[] values()
for (OdiVariable.Action c : OdiVariable.Action.values())
System.out.println(c);
public static OdiVariable.Action valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||