Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.wcps.conductor.scenario.syntax
Interface IVariableAssignmentStatement

All Superinterfaces:
IStatement

public interface IVariableAssignmentStatement
extends IStatement

Statement for variable assignments.


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement
IStatement.ErrorLevel

 

Method Summary
 java.lang.String getExpression()
          Returns the literal or expression that will be assigned to the variable.
 java.lang.String getVariableName()
          Returns the variable name to store in the IScenarioContext.
 void setExpression(java.lang.String expression)
          Sets the expression or string literal to be assigned to the specified variable name.
 void setVariableName(java.lang.String variableName)
          Sets the variable name to store the result of the expression as.

 

Methods inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement
getComments, getContainerScenarioName, getErrorLevel, getErrorMessage, getId, getLabel, getParentStatement, raiseError, setComments, setId, setLabel

 

Method Detail

getVariableName

java.lang.String getVariableName()
Returns the variable name to store in the IScenarioContext.

setVariableName

void setVariableName(java.lang.String variableName)
Sets the variable name to store the result of the expression as.

Must be a string literal.


getExpression

java.lang.String getExpression()
Returns the literal or expression that will be assigned to the variable.

setExpression

void setExpression(java.lang.String expression)
Sets the expression or string literal to be assigned to the specified variable name.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


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