Interface ElseIfExprStep

    • Method Detail

      • getExpression

        java.lang.String getExpression()
                                throws java.rmi.RemoteException
        Returns:
        expression for the ElsIfExprStep.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setExpression

        void setExpression​(java.lang.String expr)
                    throws java.rmi.RemoteException
        Expression to use as a condition
        Parameters:
        expr - expression to use as a condition
        Throws:
        java.rmi.RemoteException - remote communication problem