Class ScriptFormData.ScriptFieldData

    • Method Detail

      • getName

        public String getName()
        Returns the name of the form field that data represents
        Returns:
        The name
      • getValue

        public Object getValue()
        Returns the value of the form field that data represents
        Returns:
        The value
      • isFile

        public boolean isFile()
        Determines whether the data represents a file
        Returns:
        true if the data is a file