Package rocks.xmpp.extensions.data.model
Class DataForm.Option
- java.lang.Object
-
- rocks.xmpp.extensions.data.model.DataForm.Option
-
- Enclosing class:
- DataForm
public static final class DataForm.Option extends Object
Defines an option in a field of typeDataForm.Field.Type.LIST_SINGLEorDataForm.Field.Type.LIST_MULTI.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLabel()Gets the label.StringgetValue()Gets the value of the option.inthashCode()
-