|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IVariableAssignmentStatement
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 |
|---|
java.lang.String getVariableName()
void setVariableName(java.lang.String variableName)
Must be a string literal.
java.lang.String getExpression()
void setExpression(java.lang.String expression)
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||