java.io.Serializable, java.lang.Comparable<OCCEmotionType>public enum OCCEmotionType extends java.lang.Enum<OCCEmotionType>
| Enum Constant | Description |
|---|---|
ADMIRATION |
|
ANGER |
|
DISAPPOINTMENT |
|
DISTRESS |
|
FEAR |
|
FEARS_CONFIRMED |
|
GLOATING |
|
GRATIFICATION |
|
HAPPY_FOR |
|
HATE |
|
HOPE |
|
JOY |
|
LOVE |
|
PITTY |
|
PRIDE |
|
RELIEF |
|
REMORSE |
|
REPROACH |
|
RESENTMENT |
|
SATISFACTION |
|
SHAME |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.String[] |
getAppraisalVariables() |
|
FAtiMA.Core.util.enumerables.EmotionValence |
getValence() |
|
static OCCEmotionType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OCCEmotionType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCCEmotionType ADMIRATION
public static final OCCEmotionType ANGER
public static final OCCEmotionType DISAPPOINTMENT
public static final OCCEmotionType DISTRESS
public static final OCCEmotionType FEAR
public static final OCCEmotionType FEARS_CONFIRMED
public static final OCCEmotionType GRATIFICATION
public static final OCCEmotionType GLOATING
public static final OCCEmotionType HAPPY_FOR
public static final OCCEmotionType HATE
public static final OCCEmotionType HOPE
public static final OCCEmotionType JOY
public static final OCCEmotionType LOVE
public static final OCCEmotionType PITTY
public static final OCCEmotionType PRIDE
public static final OCCEmotionType RELIEF
public static final OCCEmotionType REMORSE
public static final OCCEmotionType REPROACH
public static final OCCEmotionType RESENTMENT
public static final OCCEmotionType SATISFACTION
public static final OCCEmotionType SHAME
public static OCCEmotionType[] values()
for (OCCEmotionType c : OCCEmotionType.values()) System.out.println(c);
public static OCCEmotionType 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 abstract java.lang.String[] getAppraisalVariables()
public FAtiMA.Core.util.enumerables.EmotionValence getValence()