public static class StepVariable.EvaluateVariable extends java.lang.Object implements StepVariable.IVariableAction
StepVariable.| Constructor and Description | 
|---|
EvaluateVariable(StepVariable pStepVariable)
Create a new  
StepVariable.EvaluateVariable. | 
EvaluateVariable(java.lang.String pOperator,
                java.lang.String pValue)
Create a new  
StepVariable.EvaluateVariable. | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getOperator()
Gets the evaluation operator to be used. 
 | 
java.lang.String | 
getValue()
Gets the value to be evaluated. 
 | 
public EvaluateVariable(StepVariable pStepVariable)
StepVariable.EvaluateVariable.pStepVariable - a steppublic EvaluateVariable(java.lang.String pOperator,
                        java.lang.String pValue)
StepVariable.EvaluateVariable.pOperator - The operator to use in the comparisonpValue - The value to which compare the variable current value