Package org.xmpp.forms
Class FormField.Option
java.lang.Object
org.xmpp.forms.FormField.Option
- Enclosing class:
- FormField
Represents the available option of a given FormField.
- Author:
- Gaston Dombiak
-
Method Summary
-
Method Details
-
getLabel
Returns the label that represents the option.- Returns:
- the label that represents the option.
-
getValue
Returns the value of the option.- Returns:
- the value of the option.
-