org.ofbiz.minilang.method.conditional
Class ElseIf
java.lang.Object
org.ofbiz.minilang.method.conditional.ElseIf
public class ElseIf
- extends java.lang.Object
Implements the else-if alternate execution element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
condition
protected Conditional condition
thenSubOps
protected java.util.List<MethodOperation> thenSubOps
ElseIf
public ElseIf(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
getThenSubOps
public java.util.List<MethodOperation> getThenSubOps()
checkCondition
public boolean checkCondition(MethodContext methodContext)
runSubOps
public boolean runSubOps(MethodContext methodContext)