| Package | Description |
|---|---|
| rocks.xmpp.extensions.mood.model |
Provides XML schema implementations of XEP-0107: User Mood.
|
| Modifier and Type | Method and Description |
|---|---|
Mood.Value |
Mood.getValue()
Gets the mood value.
|
static Mood.Value |
Mood.Value.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mood.Value[] |
Mood.Value.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Mood(Mood.Value value)
Creates a mood with a specific value.
|
Mood(Mood.Value value,
String text)
Creates a mood with a specific value and a text.
|
Copyright © 2014 XMPP.rocks. All rights reserved.