Uses of Class
Cosm.TriggerType

Packages that use TriggerType
Cosm   
 

Uses of TriggerType in Cosm
 

Methods in Cosm that return TriggerType
 TriggerType Trigger.getType()
           
static TriggerType TriggerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TriggerType[] TriggerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in Cosm with parameters of type TriggerType
 void Trigger.setType(TriggerType type)