Interface TestCaseAttributeOption

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

    public interface TestCaseAttributeOption
    extends IdentifiableRemote
    For test case attributes, that support a list of options, this class represents a single option in such list. Note that this is only relevant for test case attriutes of type ENUM_ONE or ENUM_MANY.
    • Method Detail

      • setName

        void setName​(java.lang.String name)
              throws java.rmi.RemoteException
        change option name
        Parameters:
        name - the new option name
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getName

        java.lang.String getName()
                          throws java.rmi.RemoteException
        Get the name of this option
        Returns:
        option name
        Throws:
        java.rmi.RemoteException - remote communication problem