Uses of Class
eu.semaine.components.dummy.UtterancePreparationTestComponent.Action

Packages that use UtterancePreparationTestComponent.Action
eu.semaine.components.dummy   
 

Uses of UtterancePreparationTestComponent.Action in eu.semaine.components.dummy
 

Methods in eu.semaine.components.dummy that return UtterancePreparationTestComponent.Action
static UtterancePreparationTestComponent.Action UtterancePreparationTestComponent.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UtterancePreparationTestComponent.Action[] UtterancePreparationTestComponent.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.semaine.components.dummy with parameters of type UtterancePreparationTestComponent.Action
 void UtterancePreparationTestComponent.triggerAction(UtterancePreparationTestComponent.Action action, java.lang.String text, java.lang.String id)