Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.domain.project
Class StepVariable.EvaluateVariable

java.lang.Object
  extended by oracle.odi.domain.project.StepVariable.EvaluateVariable
All Implemented Interfaces:
StepVariable.IVariableAction
Enclosing class:
StepVariable

public static class StepVariable.EvaluateVariable
extends java.lang.Object
implements StepVariable.IVariableAction

Implements evaluate action for an StepVariable.

Since:
11.1.1.3.0

Constructor Summary
StepVariable.EvaluateVariable(StepVariable pStepVariable)
          Create a new StepVariable.EvaluateVariable.
StepVariable.EvaluateVariable(java.lang.String pOperator, java.lang.String pValue)
          Create a new StepVariable.EvaluateVariable.
 
Method Summary
 java.lang.String getOperator()
          Gets the evaluation operator to be used.
 java.lang.String getValue()
          Gets the value to be evaluated.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepVariable.EvaluateVariable

public StepVariable.EvaluateVariable(StepVariable pStepVariable)
Create a new StepVariable.EvaluateVariable.

Parameters:
pStepVariable - a step

StepVariable.EvaluateVariable

public StepVariable.EvaluateVariable(java.lang.String pOperator,
                                     java.lang.String pValue)
Create a new StepVariable.EvaluateVariable.

Parameters:
pOperator - The operator to use in the comparison
pValue - The value to which compare the variable current value
Method Detail

getOperator

public java.lang.String getOperator()
Gets the evaluation operator to be used.

Returns:
the operator' string representation

getValue

public java.lang.String getValue()
Gets the value to be evaluated.

Returns:
a string

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.