Interface FormalRequirementDefine

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

    public interface FormalRequirementDefine
    extends IdentifiableRemote
    define is time- dependent assessment variable to which value complex expressions can be assigned. These variables can be reused in the Expression fields of all formal requirement steps of the current TPT project.
    • Method Detail

      • getName

        java.lang.String getName()
                          throws java.rmi.RemoteException
        Returns the name of the define
        Returns:
        the name of the define
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setValue

        void setValue​(java.lang.String value)
               throws java.rmi.RemoteException,
                      ApiException
        Sets the value of the define
        Parameters:
        value - the value of the define
        Throws:
        java.rmi.RemoteException - remote communication problem
        ApiException - if the value is null
      • getValue

        java.lang.String getValue()
                           throws java.rmi.RemoteException
        Returns the value of the define
        Returns:
        the value of the define
        Throws:
        java.rmi.RemoteException - remote communication problem