|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.project.StepVariable.SetVariable
public static class StepVariable.SetVariable
Implements set action for an StepVariable. May be constructed as a SetVariable with assign value or with increment value.
| Constructor Summary | |
|---|---|
StepVariable.SetVariable(int pIncrementValue)Construct with the increment value for this variable. |
|
StepVariable.SetVariable(StepVariable pStepVariable)Create a new StepVariable.SetVariable. |
|
StepVariable.SetVariable(java.lang.String pAssignValue)Construct with the assignee value for this variable. |
|
| Method Summary | |
|---|---|
int |
getIncrementValue()Get the increment value associated with this variable. |
java.lang.String |
getValue()Get the assign value for this variable. |
boolean |
isIncrementalSetValue()Returns whether this setVariable use an incremental set value, or not. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StepVariable.SetVariable(StepVariable pStepVariable)
StepVariable.SetVariable.
pStepVariable - a steppublic StepVariable.SetVariable(java.lang.String pAssignValue)
pAssignValue - assign value for this variablepublic StepVariable.SetVariable(int pIncrementValue)
pIncrementValue - increment value for this variable| Method Detail |
|---|
public java.lang.String getValue()
DomainRuntimeException - if increment value is set. This setVariable is being used for increment.public boolean isIncrementalSetValue()
true if an incremental value is used, false otherwisepublic int getIncrementValue()
DomainRuntimeException - if increment value is not set. This setVariable is being used for assignment.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||