public abstract class AbstractRuntimeVariable
extends oracle.odi.domain.support.AbstractRepositoryEntity
OdiScenarioVariable, OdiSessionBlueprintVariable and
OdiSessionCustomVariable.| Constructor and Description |
|---|
AbstractRuntimeVariable() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDefaultValue()
Returns the default value of this
AbstractRuntimeVariable. |
java.lang.String |
getDescription()
Returns the description of this
AbstractRuntimeVariable. |
java.lang.String |
getName()
Returns the name of this
AbstractRuntimeVariable. |
VariableType |
getType()
Returns the type of this
AbstractRuntimeVariable. |
ValuePersistence |
getValuePersistence()
Returns the value persistence type of this
AbstractRuntimeVariable. |
java.lang.Number |
getVariableOrder()
Returns the variable order of this
AbstractRuntimeVariable. |
boolean |
isReadOnly()
Returns true if the
AbstractRuntimeVariable is not a startup parameter,
false - otherwise. |
equals, getGlobalId, getNumericId, getParent, hashCode, toStringgetInternalIdpublic java.lang.String getName()
AbstractRuntimeVariable.public VariableType getType()
AbstractRuntimeVariable.public java.lang.Object getDefaultValue()
AbstractRuntimeVariable.public boolean isReadOnly()
AbstractRuntimeVariable is not a startup parameter,
false - otherwise.public ValuePersistence getValuePersistence()
AbstractRuntimeVariable.public java.lang.String getDescription()
AbstractRuntimeVariable.public java.lang.Number getVariableOrder()
AbstractRuntimeVariable.