Class FormOption

  • All Implemented Interfaces:

    
    public class FormOption
    
                        

    Represents one entry in form options array.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      FormOption(String label, String value) Constructs one entry in form options array.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getValue() The export value of the option.
      String getLabel() The label of the option.
      int hashCode()
      boolean equals(Object o)
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait