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_SINGLE
orDataForm.Field.Type.LIST_MULTI
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLabel()
Gets the label.String
getValue()
Gets the value of the option.int
hashCode()
-