public class

FormOption

extends Object
java.lang.Object
   ↳ com.pspdfkit.forms.FormOption

Class Overview

Represents one entry in form options array.

Summary

Public Constructors
FormOption(String label, String value)
Constructs one entry in form options array.
Public Methods
boolean equals(Object o)
String getLabel()
The label of the option.
String getValue()
The export value of the option.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FormOption (String label, String value)

Constructs one entry in form options array.

Parameters
label Label option.
value Value option.

Public Methods

public boolean equals (Object o)

public String getLabel ()

The label of the option.

public String getValue ()

The export value of the option. Can be the same as label.

public int hashCode ()

public String toString ()