Interface IfExprStep

    • Method Detail

      • getExpression

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

        void setExpression​(java.lang.String expr)
                    throws java.rmi.RemoteException
        Expression for the IfExprStep.
        Parameters:
        expr - expression
        Throws:
        java.rmi.RemoteException - remote communication problem
      • isAlways

        boolean isAlways()
                  throws java.rmi.RemoteException
        Returns:
        true if this step should run "always".
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setAlways

        void setAlways​(boolean value)
                throws java.rmi.RemoteException
        Determines if this step should run "always".
        Parameters:
        value - true to use always semantics
        Throws:
        java.rmi.RemoteException - remote communication problem