public final class OdiVariableValue
extends AbstractOdiEntity
OdiVariableValue
is used to store a value taken by a variable
during execution when defined as
oracle.odi.domain.runtime.variable.Action.HISTORIZE
or
oracle.odi.domain.runtime.variable.Action.LATEST_VALUE
. ODI
Execution Engine creates OdiVariableValue
instances.Action
Modifier and Type | Class and Description |
---|---|
static class |
OdiVariableValue.OdiVariableValueId
Identifier class for
OdiVariableValue . |
Constructor and Description |
---|
OdiVariableValue() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContextCode()
Returns the context code in which this
OdiVariableValue has
been defined. |
java.util.Date |
getDateValue()
Returns date value of this
OdiVariableValue . |
java.io.Serializable |
getInternalId() |
java.lang.String |
getLongTextValue()
Returns long text value of this
OdiVariableValue . |
java.lang.Number |
getNumericValue()
Returns numeric value of this
OdiVariableValue . |
IRepositoryEntity |
getSecurityContainer() |
java.lang.String |
getShortTextValue()
Returns short text value of this
OdiVariableValue . |
java.lang.String |
getVariableName()
Returns the name of the variable this
OdiVariableValue refers
to. |
OdiVariableValue.OdiVariableValueId |
getVariableValueId()
Returns the ID of this
OdiVariableValue instance. |
public java.io.Serializable getInternalId()
public OdiVariableValue.OdiVariableValueId getVariableValueId()
OdiVariableValue
instance.OdiVariableValue
instance.public java.lang.String getVariableName()
OdiVariableValue
refers
to.OdiVariableValue
refers
to.public java.lang.String getContextCode()
OdiVariableValue
has
been defined.OdiVariableValue
has
been defined.public java.lang.Number getNumericValue()
OdiVariableValue
.OdiVariableValue
.public java.util.Date getDateValue()
OdiVariableValue
.OdiVariableValue
.public java.lang.String getShortTextValue()
OdiVariableValue
.OdiVariableValue
.public java.lang.String getLongTextValue()
OdiVariableValue
.OdiVariableValue
.public IRepositoryEntity getSecurityContainer()