| Package | Description |
|---|---|
| oracle.odi.domain.runtime.loadplan |
| Modifier and Type | Method and Description |
|---|---|
OdiCaseWhen |
OdiLoadPlanStepCase.addCaseWhen(OdiCaseWhen.ComparisonOperator pComparisonOperator,
java.lang.Object pValue)
Creates an
OdiCaseWhen, adds it to the list and return it |
| Modifier and Type | Method and Description |
|---|---|
void |
OdiLoadPlanStepCase.moveCaseWhenAfter(OdiCaseWhen pCaseToMove,
OdiCaseWhen pAfterThisCase)
Moves the given step in the children list, putting it right after the second parameter step.
No action if pStepToMove is already right after pAfterThisStep. |
void |
OdiLoadPlanStepCase.moveCaseWhenBefore(OdiCaseWhen pCaseToMove,
OdiCaseWhen pBeforeThisCase)
Moves the given step in the children list, putting it right before the second parameter step.
No action if pStepToMove is already right after pBeforeThisStep. |
void |
OdiLoadPlanStepCase.removeCaseWhen(OdiCaseWhen pOdiCaseWhen)
|