Uses of Class
com.fabula.timeline.service.model.Emotion.EmotionEnum

Packages that use Emotion.EmotionEnum
com.fabula.timeline.service.model   
 

Uses of Emotion.EmotionEnum in com.fabula.timeline.service.model
 

Methods in com.fabula.timeline.service.model that return Emotion.EmotionEnum
static Emotion.EmotionEnum Emotion.EmotionEnum.fromValue(java.lang.String v)
           
 Emotion.EmotionEnum Emotion.getEmotionType()
           
static Emotion.EmotionEnum Emotion.EmotionEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Emotion.EmotionEnum[] Emotion.EmotionEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.fabula.timeline.service.model with parameters of type Emotion.EmotionEnum
 void Emotion.setEmotionType(Emotion.EmotionEnum emotionType)
           
 

Constructors in com.fabula.timeline.service.model with parameters of type Emotion.EmotionEnum
Emotion(java.lang.String emotionid, Emotion.EmotionEnum emotionType)