Interface WebDimtyPromptAnswer

    • Method Detail

      • getAnswer

        WebDimty getAnswer()
        Returns the prompt answer to a dimty prompt.
        Returns:
        the prompt answer to a dimty prompt.
      • setAnswer

        void setAnswer​(WebDimty answer)
                throws WebObjectsException
        Sets an answer to a dimty prompt. A dimty prompt question object must be set before calling this method to set a promp answer.
        Parameters:
        answer - the prompt answer to a dimty prompt.
        Throws:
        WebObjectsException - thrown if the answer is invalid.