Interface WhileStep

    • Method Detail

      • getExpression

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

        void setExpression​(java.lang.String expr)
                    throws java.rmi.RemoteException,
                           ApiException
        Sets the expression.
        Parameters:
        expr - the expression
        Throws:
        java.rmi.RemoteException - remote communication problem
        ApiException - if the expr is null
      • getWhileType

        WhileStep.WhileType getWhileType()
                                  throws java.rmi.RemoteException
        Returns:
        The type of evaluation of the expression.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setWhileType

        void setWhileType​(WhileStep.WhileType whileType)
                   throws java.rmi.RemoteException,
                          ApiException
        Sets the type of evaluation of the expression.
        Parameters:
        whileType - the type of the expression
        Throws:
        java.rmi.RemoteException - remote communication problem
        ApiException - if the whileType is null
      • getTime

        java.lang.String getTime()
                          throws java.rmi.RemoteException
        Returns:
        The time for which the expression has to be true.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setTime

        void setTime​(java.lang.String time)
              throws java.rmi.RemoteException,
                     ApiException
        Sets the time for which the expression has to be true.
        Parameters:
        time - the time
        Throws:
        java.rmi.RemoteException - remote communication problem
        ApiException - if the time is null