Interface ResetParameterStep

  • All Superinterfaces:
    IdentifiableRemote, java.rmi.Remote, Step, TptRemote

    public interface ResetParameterStep
    extends Step
    A step which provides the possibility to reset a channel or parameter during the test execution.
    • Method Detail

      • getParameter

        java.lang.String getParameter()
                               throws java.rmi.RemoteException
        Returns:
        the channel or parameter to be reseted.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setParameter

        void setParameter​(java.lang.String channelOrParameter)
                   throws java.rmi.RemoteException
        Sets the channel or parameter to be reseted.
        Parameters:
        channelOrParameter - channel or parameter to reset
        Throws:
        java.rmi.RemoteException - remote communication problem