public final class OdiTrackedVariableValue
extends java.lang.Object
OdiSessionBlueprintVariable
during the execution of an OdiSessionStep.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object pObj) |
java.lang.Object |
getFinalValue()
Obtains the final value of this
OdiTrackedVariabelValue. |
java.lang.Object |
getInitialValue()
Obtains the initial value of this
OdiTrackedVariabelValue. |
OdiSessionBlueprintVariable |
getSessionBlueprintVariable()
Obtains the actual variable.
|
OdiSessionVariable |
getSessionVariable()
Deprecated.
replaced with
getSessionBlueprintVariable() |
int |
hashCode() |
public java.lang.Object getInitialValue()
OdiTrackedVariabelValue.public java.lang.Object getFinalValue()
OdiTrackedVariabelValue.@Deprecated public OdiSessionVariable getSessionVariable()
getSessionBlueprintVariable()public OdiSessionBlueprintVariable getSessionBlueprintVariable()
public boolean equals(java.lang.Object pObj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object