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 to build an
 Expression and set it using setExpression(Expression expression) | 
@Deprecated ElseIfNode setExpression(String expression)
ExpressionBuilder to build an
 Expression and set it using setExpression(Expression expression)expression - The expression that will be evaluated in this ElseIfNodeIllegalStateException - 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 ElseIfNodeIllegalStateException - if called from a Swing-based URCap outside of an UndoableChanges scope (see also UndoRedoManager)@Deprecated String getExpression()
getExpression2() insteadExpression getExpression2()
Copyright © 2019. All rights reserved.