public static enum Emotion.EkmanBasicEmotion extends java.lang.Enum<Emotion.EkmanBasicEmotion>
Enum Constant and Description |
---|
AMUSEMENT |
ANGER |
CONTEMPT |
CONTENTMENT |
DISGUST |
EMBARASSMENT |
EXCITEMENT |
FEAR |
GUILT |
PRIDEINACHIEVEMENT |
RELIEF |
SADNESSDISTRESS |
SATISFACTION |
SENSORYPLEASURE |
SHAME |
Modifier and Type | Field and Description |
---|---|
Emotion.EmotionTheory |
theory |
Modifier and Type | Method and Description |
---|---|
Emotion.EmotionTheory |
getTheory()
retrieves the theory that the basic emotion is associated with
|
static Emotion.EkmanBasicEmotion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Emotion.EkmanBasicEmotion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Emotion.EkmanBasicEmotion AMUSEMENT
public static final Emotion.EkmanBasicEmotion ANGER
public static final Emotion.EkmanBasicEmotion CONTEMPT
public static final Emotion.EkmanBasicEmotion CONTENTMENT
public static final Emotion.EkmanBasicEmotion DISGUST
public static final Emotion.EkmanBasicEmotion EMBARASSMENT
public static final Emotion.EkmanBasicEmotion EXCITEMENT
public static final Emotion.EkmanBasicEmotion FEAR
public static final Emotion.EkmanBasicEmotion GUILT
public static final Emotion.EkmanBasicEmotion PRIDEINACHIEVEMENT
public static final Emotion.EkmanBasicEmotion RELIEF
public static final Emotion.EkmanBasicEmotion SADNESSDISTRESS
public static final Emotion.EkmanBasicEmotion SATISFACTION
public static final Emotion.EkmanBasicEmotion SENSORYPLEASURE
public static final Emotion.EkmanBasicEmotion SHAME
public Emotion.EmotionTheory theory
public static Emotion.EkmanBasicEmotion[] values()
for (Emotion.EkmanBasicEmotion c : Emotion.EkmanBasicEmotion.values()) System.out.println(c);
public static Emotion.EkmanBasicEmotion valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic Emotion.EmotionTheory getTheory()