org.xmpp.forms
Class FormField.Option

java.lang.Object
  extended by org.xmpp.forms.FormField.Option
Enclosing class:
FormField

public static class FormField.Option
extends java.lang.Object

Represents the available option of a given FormField.

Author:
Gaston Dombiak

Method Summary
 java.lang.String getLabel()
          Returns the label that represents the option.
 java.lang.String getValue()
          Returns the value of the option.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLabel

public java.lang.String getLabel()
Returns the label that represents the option.

Returns:
the label that represents the option.

getValue

public java.lang.String getValue()
Returns the value of the option.

Returns:
the value of the option.


Copyright © 2009-2010 Ignite Realtime. All Rights Reserved.