public class OdiLoadPlanInstanceVariable
extends AbstractRepositoryEntity
This class represents the OdiLoadPlanVariable class in the OdiLoadPlanInstance hierarchy
It only offers consultation methods.
| Modifier and Type | Method and Description |
|---|---|
OdiVariable.DataType |
getDataType() |
java.lang.String |
getDescription() |
java.io.Serializable |
getInternalId() |
OdiLoadPlanInstance |
getLoadPlanInstance() |
OdiLogicalSchema |
getLogicalSchema() |
java.lang.String |
getName() |
IRepositoryEntity |
getSecurityContainer() |
java.lang.String |
getSqlText() |
java.lang.Object |
getValue() |
void |
setValue(java.lang.Object pValue) |
public java.io.Serializable getInternalId()
public java.lang.Object getValue()
#setDefaultValue(String)public void setValue(java.lang.Object pValue)
value - Variable default value for this step#getDefaultValue()public OdiLoadPlanInstance getLoadPlanInstance()
OdiLoadPlanInstanceVariable is defined.OdiLoadPlanInstancepublic java.lang.String getName()
public java.lang.String getDescription()
public OdiVariable.DataType getDataType()
public OdiLogicalSchema getLogicalSchema()
OdiLogicalSchemapublic java.lang.String getSqlText()
public IRepositoryEntity getSecurityContainer()