Uses of Enum
org.jivesoftware.smackx.mood.Mood
Packages that use Mood
-
Uses of Mood in org.jivesoftware.smackx.mood
Methods in org.jivesoftware.smackx.mood that return MoodModifier and TypeMethodDescriptionstatic Mood
Returns the enum constant of this type with the specified name.static Mood[]
Mood.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smackx.mood with parameters of type MoodModifier and TypeMethodDescriptionstatic void
MoodManager.addMoodToMessage
(Message message, Mood mood) static void
MoodManager.addMoodToMessage
(Message message, Mood mood, MoodConcretisation concretisation) void
void
void
MoodManager.setMood
(Mood mood, MoodConcretisation concretisation) void
MoodManager.setMood
(Mood mood, MoodConcretisation concretisation, String text) -
Uses of Mood in org.jivesoftware.smackx.mood.element
Methods in org.jivesoftware.smackx.mood.element that return MoodModifier and TypeMethodDescriptionMoodElement.getMood()
Return the senders mood.MoodElement.MoodSubjectElement.getMood()
Return the mood of the user.Constructors in org.jivesoftware.smackx.mood.element with parameters of type Mood