public interface ElseIfNode extends ProgramNode
| Modifier and Type | Method and Description | 
|---|---|
String | 
getExpression()
Deprecated. 
 
Use  
getExpression2() instead. | 
Expression | 
getExpression2()  | 
ElseIfNode | 
setExpression(Expression expression)  | 
ElseIfNode | 
setExpression(String expression)
Deprecated. 
 
Use  
ExpressionBuilder instead to build an Expression and set it using
 setExpression(Expression expression). | 
@Deprecated ElseIfNode setExpression(String expression)
ExpressionBuilder instead to build an Expression and set it using
 setExpression(Expression expression).expression - The expression that will be evaluated in this ElseIfNode.IllegalStateException - if called from a Swing-based URCap outside of an UndoableChanges
 scope (see also UndoRedoManager).ElseIfNode setExpression(Expression expression)
expression - The expression that will be evaluated in this ElseIfNode.IllegalStateException - if called from a Swing-based URCap outside of an UndoableChanges
 scope (see also UndoRedoManager).@Deprecated String getExpression()
getExpression2() instead.Expression getExpression2()
Copyright © 2020. All rights reserved.