Class ScriptFormData.ScriptFieldData

  • Enclosing class:
    ScriptFormData

    public class ScriptFormData.ScriptFieldData
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of the form field that data represents
      java.lang.Object getValue()
      Returns the value of the form field that data represents
      boolean isFile()
      Determines whether the data represents a file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

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

        public java.lang.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