public static enum Mood.Value extends Enum<Mood.Value>
| Enum Constant and Description |
|---|
AFRAID
Impressed with fear or apprehension; in fear; apprehensive.
|
AMAZED
Astonished; confounded with fear, surprise or wonder.
|
AMOROUS
Inclined to love; having a propensity to love, or to sexual enjoyment; loving, fond, affectionate, passionate, lustful, sexual, etc.
|
ANGRY
Displaying or feeling anger, i.e., a strong feeling of displeasure, hostility or antagonism towards someone or something, usually combined with an urge to harm.
|
ANNOYED
To be disturbed or irritated, especially by continued or repeated acts.
|
ANXIOUS
Full of anxiety or disquietude; greatly concerned or solicitous, esp. respecting something future or unknown; being in painful suspense.
|
AROUSED
To be stimulated in one's feelings, especially to be sexually stimulated.
|
ASHAMED
Feeling shame or guilt.
|
BORED
Suffering from boredom; uninterested, without attention.
|
BRAVE
Strong in the face of fear; courageous.
|
CALM
Peaceful, quiet.
|
CAUTIOUS
Taking care or caution; tentative.
|
COLD
Feeling the sensation of coldness, especially to the point of discomfort.
|
CONFIDENT
Feeling very sure of or positive about something, especially about one's own capabilities.
|
CONFUSED
Chaotic, jumbled or muddled.
|
CONTEMPLATIVE
Feeling introspective or thoughtful.
|
CONTENTED
Pleased at the satisfaction of a want or desire; satisfied.
|
CRANKY
Grouchy, irritable; easily upset.
|
CRAZY
Feeling out of control; feeling overly excited or enthusiastic.
|
CREATIVE
Feeling original, expressive, or imaginative.
|
CURIOUS
Inquisitive; tending to ask questions, investigate, or explore.
|
DEJECTED
Feeling sad and dispirited.
|
DEPRESSED
Severely despondent and unhappy.
|
DISAPPOINTED
Defeated of expectation or hope; let down.
|
DISGUSTED
Filled with disgust; irritated and out of patience.
|
DISMAYED
Feeling a sudden or complete loss of courage in the face of trouble or danger.
|
DISTRACTED
Having one's attention diverted; preoccupied.
|
EMBARRASSED
Having a feeling of shameful discomfort.
|
ENVIOUS
Feeling pain by the excellence or good fortune of another.
|
EXCITED
Having great enthusiasm.
|
FLIRTATIOUS
In the mood for flirting.
|
FRUSTRATED
Suffering from frustration; dissatisfied, agitated, or discontented because one is unable to perform an action or fulfill a desire.
|
GRATEFUL
Feeling appreciation or thanks.
|
GRIEVING
Feeling very sad about something, especially something lost; mournful; sorrowful.
|
GRUMPY
Unhappy and irritable.
|
GUILTY
Feeling responsible for wrongdoing; feeling blameworthy.
|
HAPPY
Experiencing the effect of favourable fortune; having the feeling arising from the consciousness of well-being or of enjoyment; enjoying good of any kind, as peace, tranquillity, comfort; contented; joyous.
|
HOPEFUL
Having a positive feeling, belief, or expectation that something wished for can or will happen.
|
HOT
Feeling the sensation of heat, especially to the point of discomfort.
|
HUMBLED
Having or showing a modest or low estimate of one's own importance; feeling lowered in dignity or importance.
|
HUMILIATED
Feeling deprived of dignity or self-respect.
|
HUNGRY
Having a physical need for food.
|
HURT
Wounded, injured, or pained, whether physically or emotionally.
|
IMPRESSED
Favourably affected by something or someone.
|
IN_AWE
Feeling amazement at something or someone; or feeling a combination of fear and reverence.
|
IN_LOVE
Feeling strong affection, care, liking, or attraction..
|
INDIGNANT
Showing anger or indignation, especially at something unjust or wrong.
|
INTERESTED
Showing great attention to something or someone; having or showing interest.
|
INTOXICATED
Under the influence of alcohol; drunk.
|
INVINCIBLE
Feeling as if one cannot be defeated, overcome or denied.
|
JEALOUS
Fearful of being replaced in position or affection.
|
LONELY
Feeling isolated, empty, or abandoned.
|
LOST
Unable to find one's way, either physically or emotionally.
|
LUCKY
Feeling as if one will be favored by luck.
|
MEAN
Causing or intending to cause intentional harm; bearing ill will towards another; cruel; malicious.
|
MOODY
Given to sudden or frequent changes of mind or feeling; temperamental.
|
NERVOUS
Easily agitated or alarmed; apprehensive or anxious.
|
NEUTRAL
Not having a strong mood or emotional state.
|
OFFENDED
Feeling emotionally hurt, displeased, or insulted.
|
OUTRAGED
Feeling resentful anger caused by an extremely violent or vicious attack, or by an offensive, immoral, or indecent act.
|
PLAYFUL
Interested in play; fun, recreational, unserious, lighthearted; joking, silly.
|
PROUD
Feeling a sense of one's own worth or accomplishment.
|
RELAXED
Having an easy-going mood; not stressed; calm.
|
RELIEVED
Feeling uplifted because of the removal of stress or discomfort.
|
REMORSEFUL
Feeling regret or sadness for doing something wrong.
|
RESTLESS
Without rest; unable to be still or quiet; uneasy; continually moving.
|
SAD
Feeling sorrow; sorrowful, mournful.
|
SARCASTIC
Mocking and ironical.
|
SATISFIED
Pleased at the fulfillment of a need or desire.
|
SERIOUS
Without humor or expression of happiness; grave in manner or disposition; earnest; thoughtful; solemn.
|
SHOCKED
Surprised, startled, confused, or taken aback.
|
SHY
Feeling easily frightened or scared; timid; reserved or coy.
|
SICK
Feeling in poor health; ill.
|
SLEEPY
Feeling the need for sleep.
|
SPONTANEOUS
Acting without planning; natural; impulsive.
|
STRESSED
Suffering emotional pressure.
|
STRONG
Capable of producing great physical force; or, emotionally forceful, able, determined, unyielding.
|
SURPRISED
Experiencing a feeling caused by something unexpected.
|
THANKFUL
Showing appreciation or gratitude.
|
THIRSTY
Feeling the need to drink.
|
TIRED
In need of rest or sleep.
|
UNDEFINED
Feeling any emotion not defined here
|
WEAK
Lacking in force or ability, either physical or emotional.
|
WORRIED
Thinking about unpleasant things that have happened or that might happen; feeling afraid and unhappy.
|
| Modifier and Type | Method and Description |
|---|---|
static Mood.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mood.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mood.Value AFRAID
public static final Mood.Value AMAZED
public static final Mood.Value AMOROUS
public static final Mood.Value ANGRY
public static final Mood.Value ANNOYED
public static final Mood.Value ANXIOUS
public static final Mood.Value AROUSED
public static final Mood.Value ASHAMED
public static final Mood.Value BORED
public static final Mood.Value BRAVE
public static final Mood.Value CALM
public static final Mood.Value CAUTIOUS
public static final Mood.Value COLD
public static final Mood.Value CONFIDENT
public static final Mood.Value CONFUSED
public static final Mood.Value CONTEMPLATIVE
public static final Mood.Value CONTENTED
public static final Mood.Value CRANKY
public static final Mood.Value CRAZY
public static final Mood.Value CREATIVE
public static final Mood.Value CURIOUS
public static final Mood.Value DEJECTED
public static final Mood.Value DEPRESSED
public static final Mood.Value DISAPPOINTED
public static final Mood.Value DISGUSTED
public static final Mood.Value DISMAYED
public static final Mood.Value DISTRACTED
public static final Mood.Value EMBARRASSED
public static final Mood.Value ENVIOUS
public static final Mood.Value EXCITED
public static final Mood.Value FLIRTATIOUS
public static final Mood.Value FRUSTRATED
public static final Mood.Value GRATEFUL
public static final Mood.Value GRIEVING
public static final Mood.Value GRUMPY
public static final Mood.Value GUILTY
public static final Mood.Value HAPPY
public static final Mood.Value HOPEFUL
public static final Mood.Value HOT
public static final Mood.Value HUMBLED
public static final Mood.Value HUMILIATED
public static final Mood.Value HUNGRY
public static final Mood.Value HURT
public static final Mood.Value IMPRESSED
public static final Mood.Value IN_AWE
public static final Mood.Value IN_LOVE
public static final Mood.Value INDIGNANT
public static final Mood.Value INTERESTED
public static final Mood.Value INTOXICATED
public static final Mood.Value INVINCIBLE
public static final Mood.Value JEALOUS
public static final Mood.Value LONELY
public static final Mood.Value LOST
public static final Mood.Value LUCKY
public static final Mood.Value MEAN
public static final Mood.Value MOODY
public static final Mood.Value NERVOUS
public static final Mood.Value NEUTRAL
public static final Mood.Value OFFENDED
public static final Mood.Value OUTRAGED
public static final Mood.Value PLAYFUL
public static final Mood.Value PROUD
public static final Mood.Value RELAXED
public static final Mood.Value RELIEVED
public static final Mood.Value REMORSEFUL
public static final Mood.Value RESTLESS
public static final Mood.Value SAD
public static final Mood.Value SARCASTIC
public static final Mood.Value SATISFIED
public static final Mood.Value SERIOUS
public static final Mood.Value SHOCKED
public static final Mood.Value SHY
public static final Mood.Value SICK
public static final Mood.Value SLEEPY
public static final Mood.Value SPONTANEOUS
public static final Mood.Value STRESSED
public static final Mood.Value STRONG
public static final Mood.Value SURPRISED
public static final Mood.Value THANKFUL
public static final Mood.Value THIRSTY
public static final Mood.Value TIRED
public static final Mood.Value UNDEFINED
public static final Mood.Value WEAK
public static final Mood.Value WORRIED
public static Mood.Value[] values()
for (Mood.Value c : Mood.Value.values()) System.out.println(c);
public static Mood.Value valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014 XMPP.rocks. All rights reserved.