Interface Parameter

  • All Superinterfaces:
    Declaration, IdentifiableRemote, NamedObject, java.rmi.Remote, TptRemote

    public interface Parameter
    extends Declaration
    A parameter can change during a test execution but normally holds the same value most time.
    Author:
    Copyright (c) 2014-2024 Piketec GmbH - MIT License (MIT) - All rights reserved
    • Method Detail

      • getMode

        Parameter.ExchangeMode getMode()
                                throws java.rmi.RemoteException
        Get the exchange mode of the parameter.
        Returns:
        The mode of the parameter.
        Throws:
        java.rmi.RemoteException - remote communication problem
        See Also:
        Parameter.ExchangeMode
      • setMode

        void setMode​(Parameter.ExchangeMode mode)
              throws ApiException,
                     java.rmi.RemoteException
        Sets the exchange mode of the parameter.
        Parameters:
        mode - The new exchange mode.
        Throws:
        ApiException - If the given mode is unknown.
        java.rmi.RemoteException - remote communication problem